1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 21:33:01 +02:00

fix(admin-plugin): fix file browser styles

This commit is contained in:
Awilum
2019-11-29 01:36:17 +03:00
parent 39c6d088a5
commit 956f3014e9

View File

@@ -201,7 +201,7 @@ fieldset[disabled] .form-control {
.custom-file-label,
.custom-file-label::after {
font-weight: 400;
padding: 8px 16px;
padding: 6px 12px;
border: 1px solid black;
color: $btn-text-color;
background-color: $btn-background-color;
@@ -517,9 +517,9 @@ textarea.form-control.code-editor {
.nav-pills {
.nav-link {
> i {
width: 24px;
font-size: 14px;
}
width: 24px;
font-size: 14px;
}
}
}