webui/src/Sass/general.scss

12 lines
117 B
SCSS

.loading {
cursor: wait;
}
.pagination {
padding: 0;
}
.fit-content-width {
width: fit-content;
}