mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.1h
This commit is contained in:
@@ -164,5 +164,5 @@
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
.modal-lg { max-width: $modal-lg; }
|
||||
.modal-lg { max-width: 1500px; }
|
||||
}
|
||||
|
||||
@@ -742,7 +742,7 @@ $modal-header-border-width: $modal-content-border-width !default;
|
||||
$modal-footer-border-width: $modal-header-border-width !default;
|
||||
$modal-header-padding: 1rem !default;
|
||||
|
||||
$modal-lg: 800px !default;
|
||||
$modal-lg: 1500px !default;
|
||||
$modal-md: 500px !default;
|
||||
$modal-sm: 300px !default;
|
||||
|
||||
|
||||
@@ -3753,7 +3753,7 @@ button.close {
|
||||
max-width: 300px; } }
|
||||
@media (min-width: 992px) {
|
||||
.modal-lg {
|
||||
max-width: 800px; } }
|
||||
max-width: 1500px; } }
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
|
||||
Reference in New Issue
Block a user