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