2014-08-01 18:06:24 -06:00
|
|
|
a {
|
|
|
|
line-height: @headerHeight;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
padding: 0px 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
button {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
&:link {
|
|
|
|
color: @white;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
&:visited {
|
|
|
|
color: @white;
|
|
|
|
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
color: @orange;
|
|
|
|
|
|
|
|
}
|
|
|
|
&.green {
|
|
|
|
color: @green;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: @white;
|
|
|
|
|
|
|
|
background-color: @green;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
2014-09-08 16:11:17 -06:00
|
|
|
}
|