12 lines
117 B
SCSS
12 lines
117 B
SCSS
.loading {
|
|
cursor: wait;
|
|
}
|
|
|
|
.pagination {
|
|
padding: 0;
|
|
}
|
|
|
|
.fit-content-width {
|
|
width: fit-content;
|
|
}
|