Initial commit
[yaffs-website] / web / themes / custom / yaffs / scss / component / _node.scss
1 /**
2  * Node styling.
3  */
4
5 .node-preview-container {
6   margin-top: -($grid-gutter-width / 2);
7 }
8
9 .node-preview-form-select {
10   padding: ($grid-gutter-width / 2);
11 }