initial commit
This commit is contained in:
commit
28301e4312
219 changed files with 23035 additions and 0 deletions
15
resources/assets/less/bootstrap/mixins/responsive-visibility.less
vendored
Executable file
15
resources/assets/less/bootstrap/mixins/responsive-visibility.less
vendored
Executable file
|
@ -0,0 +1,15 @@
|
|||
// Responsive utilities
|
||||
|
||||
//
|
||||
// More easily include all the states for responsive-utilities.less.
|
||||
.responsive-visibility() {
|
||||
display: block !important;
|
||||
table& { display: table; }
|
||||
tr& { display: table-row !important; }
|
||||
th&,
|
||||
td& { display: table-cell !important; }
|
||||
}
|
||||
|
||||
.responsive-invisibility() {
|
||||
display: none !important;
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue