36 lines
607 B
SCSS
36 lines
607 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;
|
|
}
|
|
}
|
|
|
|
#settings {
|
|
display: none;
|
|
}
|
|
|
|
select#lang {
|
|
width: 280px;
|
|
}
|
|
|
|
a.label {
|
|
color: #fff;
|
|
text-decoration: inherit;
|
|
cursor: pointer;
|
|
} |