funkwhale/front/src/style/themes/_light.scss

50 wiersze
945 B
SCSS

.theme-light {
.main.pusher > .ui.secondary.menu {
box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
background-color: white;
.ui.item {
&.active {
box-shadow: inset 0px -2px 0px 0px #000;
}
}
}
.main.with-background {
background-color: white;
}
.discrete {
color: rgba(0, 0, 0, 0.87);
}
.playlist.card {
.attached.button {
background-color: rgb(243, 244, 245);
}
}
.disabled-row {
color: rgba(40, 40, 40, 0.3);
}
footer p {
color: grey;
}
footer#footer div.item:hover {
color: rgba(0, 0, 0, 0.87);
}
.ui.fixed-header.segment {
background-color: white;
box-shadow: inset 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
}
.ui.fixed-footer.segment {
box-shadow: inset 0px 1px 0px 0px rgba(34, 36, 38, 0.15);
}
.queue.segment .queue-controls {
@include media("<desktop") {
background-color: white;
}
}
}