modern.less cleanup
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user