1
0
Fork 0
beathaven/app/assets/stylesheets/preferences.css.scss

19 lines
349 B
SCSS
Raw Normal View History

.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);
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-01 22:03:19 +00:00
}