
| Current Path : /var/www/html/german-vocational.cn/themes/vartheme/less/component/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/german-vocational.cn/themes/vartheme/less/component/node.component.less |
// Node styling.
// -----------------------------------------------------------------------------
@import "../../bootstrap/less/variables.less"; // Bootstrap variables.
@import "../../bootstrap/less/mixins.less"; // Bootstrap mixins.
@import "../variables.less"; // Vartheme variables.
@import "../mixins.less"; // Vartheme mixins.
// -----------------------------------------------------------------------------
.node-preview-container {
margin-top: -(@grid-gutter-width / 2);
}
.node-preview-form-select {
padding: (@grid-gutter-width / 2);
}
.node-unpublished,
.is-unpublished {
background-color: #fff4f4;
}
.unpublished {
height: 0;
display: block;
overflow: visible;
background-color: transparent;
color: #d8d8d8;
font-size: 74px;
line-height: 1;
font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
text-align: center;
word-wrap: break-word
}