mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 18:59:09 -04:00
11 lines
256 B
SCSS
Vendored
11 lines
256 B
SCSS
Vendored
.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);
|
|
// }
|
|
}
|