18 lines
353 B
SCSS
18 lines
353 B
SCSS
@import "globals/globals";
|
|
@import "highlights/highlights";
|
|
@import "editor/editor";
|
|
@import "relations/editor";
|
|
|
|
.icon {
|
|
font-size:14px;
|
|
font-family:FontAwesome;
|
|
}
|
|
|
|
.noselect {
|
|
-webkit-touch-callout:none;
|
|
-webkit-user-select:none;
|
|
-khtml-user-select:none;
|
|
-moz-user-select:none;
|
|
-ms-user-select:none;
|
|
user-select:none;
|
|
} |