f9d87c5c71
Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
16 lignes
354 B
Plaintext
16 lignes
354 B
Plaintext
// Responsive utilities
|
|
|
|
//
|
|
// More easily include all the states for responsive-utilities.less.
|
|
.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;
|
|
}
|