ALPHA 3.0.1h

This commit is contained in:
TheGamecraft
2018-08-20 13:12:20 -04:00
parent 5471539ab3
commit 54cdc12680
18 changed files with 73123 additions and 123 deletions

View File

@@ -164,5 +164,5 @@
}
@include media-breakpoint-up(lg) {
.modal-lg { max-width: $modal-lg; }
.modal-lg { max-width: 1500px; }
}

View File

@@ -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;

View File

@@ -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;