1 @function hex-color($color) {
2 @if type-of($color) == 'color' {
3 $color: str-slice(ie-hex-str($color), 4);
6 @return '%23' + unquote($color);
10 font-family: $font-sans-serif, sans-serif;
11 background: darken($ui-base-color, 7%);
15 color: $primary-text-color;
16 text-rendering: optimizelegibility;
17 font-feature-settings: "kern";
18 text-size-adjust: none;
19 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
20 -webkit-tap-highlight-color: transparent;
23 // system-ui => standard property (Chrome/Android WebView 56+, Opera 43+, Safari 11+)
24 // -apple-system => Safari <11 specific
25 // BlinkMacSystemFont => Chrome <56 on macOS specific
26 // Segoe UI => Windows 7/8/10
28 // Ubuntu => Unity/Ubuntu
30 // Fira Sans => Firefox OS
31 // Droid Sans => Older Androids (<4.0)
32 // Helvetica Neue => Older macOS <10.11
33 // $font-sans-serif => web-font (Roboto) fallback and newer Androids (>=4.0)
34 font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", $font-sans-serif, sans-serif;
40 &.layout-single-column {
46 &.layout-multiple-columns {
52 &.with-modals--active {
58 background: $ui-base-color;
75 background: lighten($ui-base-color, 4%);
88 background: darken($ui-base-color, 4%);
95 color: $darker-text-color;
96 background: $ui-base-color;
101 justify-content: center;
105 vertical-align: middle;
128 font-family: inherit;
142 justify-content: center;
143 outline: 0 !important;
147 .layout-single-column .app-holder {
154 .layout-multiple-columns .app-holder {