17 lines
309 B
SCSS
17 lines
309 B
SCSS
@import "../../../styles/mixins";
|
|
|
|
.SettingsGeneralBackground {
|
|
.settings-wallpapers {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
grid-auto-rows: 1fr;
|
|
grid-gap: 0.0625rem;
|
|
@include side-panel-section;
|
|
}
|
|
|
|
.Loading {
|
|
height: auto !important;
|
|
margin-top: 5rem;
|
|
}
|
|
}
|