UNPKG

391 BCSSView Raw
1.editor-select {
2 display: inline-block;
3}
4.alignLeft {
5 text-align: left;
6}
7.alignRight {
8 text-align: right;
9}
10.alignMiddle {
11 text-align: center;
12}
13.alignJustify {
14 text-align: justify;
15}
16.editor-icon-wrapper {
17 position: relative;
18}
19.editor-icon-wrapper .font-color-preview {
20 display: inline-block;
21 width: 11px;
22 height: 3px;
23 position: absolute;
24 bottom: 0;
25 left: 6px;
26}