forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
13
static/bower_components/bootstrap/less/mixins/responsive-visibility.less
vendored
Normal file
13
static/bower_components/bootstrap/less/mixins/responsive-visibility.less
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
.responsive-visibility() {
|
||||
display: block !important;
|
||||
table& { display: table !important; }
|
||||
tr& { display: table-row !important; }
|
||||
th&,
|
||||
td& { display: table-cell !important; }
|
||||
}
|
||||
|
||||
.responsive-invisibility() {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user