modern.less cleanup

This commit is contained in:
Sahat Yalkabov
2014-07-02 01:04:54 -04:00
parent db22575936
commit bb15c457e4

View File

@ -20,8 +20,8 @@
// ------------------------- // -------------------------
footer { footer {
background-color: @gray-darker;
color: #fff; color: #fff;
background-color: @gray-darker;
a:hover { a:hover {
color: #fff; color: #fff;
@ -45,14 +45,6 @@ a {
&:hover { &:hover {
text-decoration: none; text-decoration: none;
} }
&.text-danger {
color: @brand-danger;
&:hover {
color: @gray-darker;
}
}
} }
ul, ul,
@ -62,6 +54,10 @@ p {
font-weight: 300; font-weight: 300;
} }
.text-danger {
color: @brand-danger;
}
// Dropdowns // Dropdowns
// ------------------------- // -------------------------
@ -101,9 +97,9 @@ p {
.btn-link { .btn-link {
&:hover { &:hover {
color: @gray-darker;
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
color: @gray-darker;
} }
} }
@ -126,8 +122,8 @@ p {
@state-danger-bg: @brand-danger; @state-danger-bg: @brand-danger;
.alert { .alert {
color: #fff;
font-family: 'Raleway', sans-serif; font-family: 'Raleway', sans-serif;
color: #fff;
} }
// Navbar // Navbar