mirror of https://github.com/ColorlibHQ/AdminLTE
fix toastr full width position
parent
cf7daa0159
commit
161099e3bc
|
@ -52,3 +52,9 @@
|
|||
background-color: $warning;
|
||||
}
|
||||
}
|
||||
|
||||
// full width fix
|
||||
.toast-bottom-full-width .toast,
|
||||
.toast-top-full-width .toast {
|
||||
max-width: inherit;
|
||||
}
|
||||
|
|
|
@ -23124,6 +23124,11 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
|
|||
background-color: #ffc107;
|
||||
}
|
||||
|
||||
.toast-bottom-full-width .toast,
|
||||
.toast-top-full-width .toast {
|
||||
max-width: inherit;
|
||||
}
|
||||
|
||||
.pace {
|
||||
z-index: 1048;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue