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:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user