mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
11 lines
231 B
SCSS
11 lines
231 B
SCSS
.custom-file-control {
|
|
@extend .form-control;
|
|
@include bmd-form-color($bmd-label-color, $bmd-label-color-focus, $input-border-color);
|
|
|
|
&::before {
|
|
@extend .btn;
|
|
position: absolute;
|
|
height: calc(100% - 1px);
|
|
}
|
|
}
|