mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
Variable name fix
This commit is contained in:
@@ -37,21 +37,21 @@
|
|||||||
|
|
||||||
.visible-xs {
|
.visible-xs {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
@media (max-width: @screen-phone-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
&.visible-sm {
|
&.visible-sm {
|
||||||
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-md {
|
&.visible-md {
|
||||||
@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-lg {
|
&.visible-lg {
|
||||||
@media (min-width: @screen-large-desktop) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -59,20 +59,20 @@
|
|||||||
.visible-sm {
|
.visible-sm {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
&.visible-xs {
|
&.visible-xs {
|
||||||
@media (max-width: @screen-phone-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
&.visible-md {
|
&.visible-md {
|
||||||
@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-lg {
|
&.visible-lg {
|
||||||
@media (min-width: @screen-large-desktop) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -80,20 +80,20 @@
|
|||||||
.visible-md {
|
.visible-md {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
&.visible-xs {
|
&.visible-xs {
|
||||||
@media (max-width: @screen-phone-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-sm {
|
&.visible-sm {
|
||||||
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
&.visible-lg {
|
&.visible-lg {
|
||||||
@media (min-width: @screen-large-desktop) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -101,42 +101,42 @@
|
|||||||
.visible-lg {
|
.visible-lg {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
&.visible-xs {
|
&.visible-xs {
|
||||||
@media (max-width: @screen-phone-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-sm {
|
&.visible-sm {
|
||||||
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.visible-md {
|
&.visible-md {
|
||||||
@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-large-desktop) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden-xs {
|
.hidden-xs {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
@media (max-width: @screen-phone-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
&.hidden-sm {
|
&.hidden-sm {
|
||||||
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-md {
|
&.hidden-md {
|
||||||
@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-lg {
|
&.hidden-lg {
|
||||||
@media (min-width: @screen-large-desktop) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -144,20 +144,20 @@
|
|||||||
.hidden-sm {
|
.hidden-sm {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
&.hidden-xs {
|
&.hidden-xs {
|
||||||
@media (max-width: @screen-phone-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
&.hidden-md {
|
&.hidden-md {
|
||||||
@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-lg {
|
&.hidden-lg {
|
||||||
@media (min-width: @screen-large-desktop) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -165,20 +165,20 @@
|
|||||||
.hidden-md {
|
.hidden-md {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
&.hidden-xs {
|
&.hidden-xs {
|
||||||
@media (max-width: @screen-phone-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-sm {
|
&.hidden-sm {
|
||||||
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
&.hidden-lg {
|
&.hidden-lg {
|
||||||
@media (min-width: @screen-large-desktop) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -186,21 +186,21 @@
|
|||||||
.hidden-lg {
|
.hidden-lg {
|
||||||
.responsive-visibility();
|
.responsive-visibility();
|
||||||
&.hidden-xs {
|
&.hidden-xs {
|
||||||
@media (max-width: @screen-phone-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-sm {
|
&.hidden-sm {
|
||||||
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.hidden-md {
|
&.hidden-md {
|
||||||
@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
|
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-large-desktop) {
|
@media (min-width: @screen-lg) {
|
||||||
.responsive-invisibility();
|
.responsive-invisibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user