mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-06 16:28:16 +00:00
11 lines
150 B
SCSS
11 lines
150 B
SCSS
![]() |
.nacho-uploader {
|
||
|
@include flex-center;
|
||
|
display: inline-flex;
|
||
|
|
||
|
&__label {
|
||
|
width: 250px;
|
||
|
margin-bottom: 0;
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
}
|