use @gray-lighter instead of #eee

main
psychobunny 9 years ago
parent 4a33830803
commit d2103fb64e

@ -136,7 +136,7 @@
right: 2em; right: 2em;
opacity: 1; opacity: 1;
background-color: @brand-primary; background-color: @brand-primary;
color: #eee; color: @gray-lighter;
padding: 0.5em; padding: 0.5em;
font-weight: bold; font-weight: bold;

@ -8,9 +8,9 @@
padding-bottom: 10px; padding-bottom: 10px;
@media (max-width: @screen-xs-max) { @media (max-width: @screen-xs-max) {
border-top: 1px solid #eee; border-top: 1px solid @gray-lighter;
&:last-child { &:last-child {
border-bottom: 1px solid #eee; border-bottom: 1px solid @gray-lighter;
}; };
} }

@ -75,7 +75,7 @@
right: 2em; right: 2em;
opacity: 1; opacity: 1;
background-color: @brand-primary; background-color: @brand-primary;
color: #eee; color: @gray-lighter;
padding: 0.5em; padding: 0.5em;
font-weight: bold; font-weight: bold;

@ -186,7 +186,7 @@
margin: auto; margin: auto;
.progress-bar { .progress-bar {
background-color: #eee; background-color: @gray-lighter;
height: 2px; height: 2px;
} }
} }

@ -232,7 +232,7 @@ header .btn-morph > span > span {
display: block; display: block;
position: absolute; position: absolute;
content: ""; content: "";
background-color: #EEE; background-color: @gray-lighter;
border-radius: 100%; border-radius: 100%;
width: 100%; width: 100%;
height: 100%; height: 100%;

@ -342,7 +342,7 @@
.pagination-block { .pagination-block {
position: fixed; position: fixed;
width: 100%; width: 100%;
background-color: #eee; background-color: @gray-lighter;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
z-index: 100; z-index: 100;

Loading…
Cancel
Save