mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
deprecate @screen-{phone,tablet,desktop} vars
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@
|
||||
}
|
||||
|
||||
// Scale up the modal
|
||||
@media screen and (min-width: @screen-tablet) {
|
||||
@media screen and (min-width: @screen-sm) {
|
||||
|
||||
.modal-dialog {
|
||||
left: 50%;
|
||||
|
||||
Reference in New Issue
Block a user