2012-09-09 13:48:24 +00:00
|
|
|
.navbar {
|
|
|
|
.preferences {
|
2012-09-10 16:45:17 +00:00
|
|
|
margin: 12px 10px 0 15px;
|
2012-09-09 16:37:05 +00:00
|
|
|
|
|
|
|
.toggle-button {
|
|
|
|
@include inline-block;
|
|
|
|
font-size: 22px;
|
|
|
|
color: #e0e0e0;
|
|
|
|
text-shadow: 0 0 2px rgba(255, 255, 255, .6);
|
2012-09-09 13:48:24 +00:00
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #fafafa;
|
|
|
|
text-shadow: 0 0 4px rgba(255, 255, 255, .9);
|
|
|
|
}
|
2012-09-09 16:37:05 +00:00
|
|
|
}
|
2012-09-09 13:48:24 +00:00
|
|
|
}
|
2012-09-01 22:03:19 +00:00
|
|
|
}
|