mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 10:00:07 +00:00
19 lines
220 B
SCSS
19 lines
220 B
SCSS
.nacho-pager {
|
|
@include flex-center;
|
|
|
|
&__section {
|
|
@include flex-center;
|
|
display: inline-flex;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
&__select {
|
|
width: 80px;
|
|
}
|
|
|
|
&__desc {
|
|
padding: 10px;
|
|
margin: 0;
|
|
}
|
|
}
|