some other minor changes from milpeer
[fnpeditor.git] / src / editor / plugins / core / edumed / gaps / gaps.less
1 [wlxml-tag="aside"] {
2     [wlxml-class='gap'] {
3         display: inline;
4     }
5 }
6
7 [wlxml-class="gap"] {
8     &:before, &:after {
9         color: darken(@blue, 10%);
10         font-weight: bold;
11         //vertical-align: super;
12     }
13     &:before {
14         content: "(";
15     }
16     &:after {
17         content: ")";
18     }
19 }