Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / starterkits / less / less / component / node.less
1 /**
2  * Node styling.
3  */
4
5 .is-unpublished {
6   background-color: #fff4f4;
7 }
8
9 .node-preview-container {
10   margin-top: -(@grid-gutter-width / 2);
11 }
12
13 .node-preview-form-select {
14   padding: (@grid-gutter-width / 2);
15 }