funkwhale/front/src/style/pages/_library.scss

34 wiersze
604 B
SCSS

.page-library {
.ui.cards {
align-items: flex-start;
.ui.card {
min-height: 200px;
}
}
.ui.segment.head {
background-size: cover;
background-position: center;
padding: 0;
.segment-content {
margin: 0 auto;
padding: 2em;
@include media(">tablet") {
padding: 4em;
}
}
&.with-background {
.header {
&,
.sub {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
color: white !important;
}
}
.segment-content {
background-color: rgba(0, 0, 0, 0.5);
}
}
}
}