mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 14:57:31 +02:00
append/prepend for small sizes only
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -316,12 +316,26 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
.x-small, .x-small.form-input-addon-wrapper input {
|
||||
.x-small {
|
||||
max-width: 5rem !important;
|
||||
|
||||
&.form-input-addon-wrapper {
|
||||
max-width: inherit !important;
|
||||
input {
|
||||
max-width: 5rem !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.small, .small.form-input-addon-wrapper input {
|
||||
.small {
|
||||
max-width: 10rem !important;
|
||||
|
||||
&.form-input-addon-wrapper {
|
||||
max-width: inherit !important;
|
||||
input {
|
||||
max-width: 10rem !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.medium, .medium.form-input-addon-wrapper input {
|
||||
|
||||
Reference in New Issue
Block a user