mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
Move mixin to mixins.less
This commit is contained in:
parent
03e67e44f9
commit
327a951ca3
@ -400,6 +400,16 @@
|
|||||||
margin-bottom: ((@navbar-height - @element-height) / 2);
|
margin-bottom: ((@navbar-height - @element-height) / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Responsive utilities
|
||||||
|
// -------------------------
|
||||||
|
// More easily include all the states for responsive-utilities.less.
|
||||||
|
.responsive-visibility() {
|
||||||
|
display: block !important;
|
||||||
|
tr& { display: table-row !important; }
|
||||||
|
th&,
|
||||||
|
td& { display: table-cell !important; }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Grid System
|
// Grid System
|
||||||
|
@ -34,12 +34,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Visibility utilities
|
// Visibility utilities
|
||||||
.responsive-visibility() {
|
|
||||||
display: block !important;
|
|
||||||
tr& { display: table-row !important; }
|
|
||||||
th&,
|
|
||||||
td& { display: table-cell !important; }
|
|
||||||
}
|
|
||||||
|
|
||||||
// For Phones
|
// For Phones
|
||||||
.visible-sm {
|
.visible-sm {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user