mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
themes/opnsense - remove default modal padding, add padding inside bootstrap-dialog-message instead (the BootstrapDialog needs padding). closes https://github.com/opnsense/core/issues/6957
This commit is contained in:
parent
2f1996cc05
commit
d085f4ef36
@ -575,7 +575,7 @@ $label-link-hover-color: #fff !default;
|
||||
//##
|
||||
|
||||
//** Padding applied to the modal body
|
||||
$modal-inner-padding: 15px !default;
|
||||
$modal-inner-padding: 0px !default;
|
||||
|
||||
//** Padding applied to the modal title
|
||||
$modal-title-padding: 15px !default;
|
||||
|
||||
@ -855,3 +855,7 @@ div[data-for*="help_for"] {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.bootstrap-dialog-body {
|
||||
padding: 15px;
|
||||
}
|
||||
@ -6103,7 +6103,7 @@ button.close {
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
padding: 15px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
@ -7567,3 +7567,7 @@ div[data-for*=help_for] {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.bootstrap-dialog-body {
|
||||
padding: 15px;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user