1
0
Fork 0
oldhaven/app/assets/stylesheets/settings.scss

22 lines
467 B
SCSS
Raw Normal View History

2011-09-12 16:16:13 +00:00
#settings-forms {
.site {
display: none;
}
.music {
display: none;
}
.lastfm {
display: none;
}
2011-09-14 18:39:44 +00:00
.borderless {
border: none !important;
background: transparent !important;
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
margin-top: 2px !important;
}
2011-06-27 11:14:14 +00:00
}