mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-26 11:00:06 +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;
|
||
|
}
|
||
|
}
|