mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
15 lines
260 B
SCSS
15 lines
260 B
SCSS
.layout--home {
|
|
.pagination {
|
|
margin: map-get($spacers, 4) 0;
|
|
}
|
|
.pagination__menu {
|
|
max-width: 100%;
|
|
@include overflow(auto);
|
|
}
|
|
.pagination__omit {
|
|
color: $text-color-l;
|
|
}
|
|
.items {
|
|
margin-top: map-get($spacers, 4) * 1.5;
|
|
}
|
|
} |