22 lines
467 B
SCSS
22 lines
467 B
SCSS
#settings-forms {
|
|
.site {
|
|
display: none;
|
|
}
|
|
.music {
|
|
display: none;
|
|
}
|
|
.lastfm {
|
|
display: none;
|
|
}
|
|
.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;
|
|
}
|
|
} |