2018-09-18 10:45:58 -04:00
|
|
|
@function hex-color($color) {
|
|
|
|
@if type-of($color) == 'color' {
|
|
|
|
$color: str-slice(ie-hex-str($color), 4);
|
|
|
|
}
|
2019-06-06 12:51:46 -04:00
|
|
|
|
|
|
|
@return '%23' + unquote($color);
|
2018-09-18 10:45:58 -04:00
|
|
|
}
|
|
|
|
|
2017-04-12 10:01:59 -04:00
|
|
|
body {
|
2018-09-23 14:41:24 -04:00
|
|
|
font-family: $font-sans-serif, sans-serif;
|
2019-07-19 03:25:22 -04:00
|
|
|
background: darken($ui-base-color, 7%);
|
2017-04-12 10:01:59 -04:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
font-weight: 400;
|
2017-05-08 09:57:49 -04:00
|
|
|
color: $primary-text-color;
|
2017-04-12 10:01:59 -04:00
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
font-feature-settings: "kern";
|
|
|
|
text-size-adjust: none;
|
2019-06-06 12:51:46 -04:00
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
2017-07-06 15:26:07 -04:00
|
|
|
-webkit-tap-highlight-color: transparent;
|
2017-04-12 10:01:59 -04:00
|
|
|
|
2017-09-01 10:13:31 -04:00
|
|
|
&.system-font {
|
|
|
|
// system-ui => standard property (Chrome/Android WebView 56+, Opera 43+, Safari 11+)
|
|
|
|
// -apple-system => Safari <11 specific
|
|
|
|
// BlinkMacSystemFont => Chrome <56 on macOS specific
|
|
|
|
// Segoe UI => Windows 7/8/10
|
|
|
|
// Oxygen => KDE
|
|
|
|
// Ubuntu => Unity/Ubuntu
|
|
|
|
// Cantarell => GNOME
|
|
|
|
// Fira Sans => Firefox OS
|
|
|
|
// Droid Sans => Older Androids (<4.0)
|
|
|
|
// Helvetica Neue => Older macOS <10.11
|
2018-09-23 14:41:24 -04:00
|
|
|
// $font-sans-serif => web-font (Roboto) fallback and newer Androids (>=4.0)
|
|
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", $font-sans-serif, sans-serif;
|
2017-08-24 13:28:49 -04:00
|
|
|
}
|
|
|
|
|
2017-10-11 15:18:46 -04:00
|
|
|
&.app-body {
|
2017-04-12 10:01:59 -04:00
|
|
|
padding: 0;
|
2019-07-19 03:25:22 -04:00
|
|
|
|
|
|
|
&.layout-single-column {
|
|
|
|
height: auto;
|
2019-08-01 06:26:58 -04:00
|
|
|
min-height: 100vh;
|
2019-07-19 03:25:22 -04:00
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.layout-multiple-columns {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2018-07-30 19:14:33 -04:00
|
|
|
|
|
|
|
&.with-modals--active {
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
2017-04-12 10:01:59 -04:00
|
|
|
}
|
|
|
|
|
2018-07-30 19:14:33 -04:00
|
|
|
&.lighter {
|
|
|
|
background: $ui-base-color;
|
2017-07-11 09:27:59 -04:00
|
|
|
}
|
|
|
|
|
2018-07-30 19:14:33 -04:00
|
|
|
&.with-modals {
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
|
|
|
&--active {
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
2017-10-07 14:00:35 -04:00
|
|
|
}
|
|
|
|
|
2018-02-16 01:22:20 -05:00
|
|
|
&.player {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-04-12 10:01:59 -04:00
|
|
|
&.embed {
|
2018-07-28 13:25:33 -04:00
|
|
|
background: lighten($ui-base-color, 4%);
|
2017-04-12 10:01:59 -04:00
|
|
|
margin: 0;
|
2017-09-09 10:23:44 -04:00
|
|
|
padding-bottom: 0;
|
2017-04-12 10:01:59 -04:00
|
|
|
|
|
|
|
.container {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.admin {
|
2017-05-08 09:57:49 -04:00
|
|
|
background: darken($ui-base-color, 4%);
|
2017-04-12 10:01:59 -04:00
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-09-24 22:04:04 -04:00
|
|
|
|
|
|
|
&.error {
|
2017-10-11 15:18:46 -04:00
|
|
|
position: absolute;
|
2017-09-24 22:04:04 -04:00
|
|
|
text-align: center;
|
2018-04-18 10:52:15 -04:00
|
|
|
color: $darker-text-color;
|
2017-10-11 15:18:46 -04:00
|
|
|
background: $ui-base-color;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
2017-10-09 14:51:36 -04:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2017-09-24 22:04:04 -04:00
|
|
|
|
2017-10-11 15:18:46 -04:00
|
|
|
.dialog {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: 20px;
|
|
|
|
|
2019-02-15 17:33:25 -05:00
|
|
|
&__illustration {
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
max-width: 470px;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
margin-top: -120px;
|
|
|
|
}
|
2017-10-11 15:18:46 -04:00
|
|
|
}
|
2017-09-24 22:04:04 -04:00
|
|
|
|
2017-10-11 15:18:46 -04:00
|
|
|
h1 {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 28px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2017-09-24 22:04:04 -04:00
|
|
|
}
|
|
|
|
}
|
2017-04-12 10:01:59 -04:00
|
|
|
}
|
|
|
|
|
2017-05-25 15:15:41 -04:00
|
|
|
button {
|
|
|
|
font-family: inherit;
|
2017-05-26 18:53:25 -04:00
|
|
|
cursor: pointer;
|
2017-05-25 15:15:41 -04:00
|
|
|
|
2017-05-26 18:53:25 -04:00
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2017-04-12 10:01:59 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.app-holder {
|
2017-10-05 19:07:59 -04:00
|
|
|
&,
|
|
|
|
& > div {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2018-02-18 10:32:58 -05:00
|
|
|
outline: 0 !important;
|
2017-10-05 19:07:59 -04:00
|
|
|
}
|
2017-04-12 10:01:59 -04:00
|
|
|
}
|
2019-07-19 03:25:22 -04:00
|
|
|
|
|
|
|
.layout-single-column .app-holder {
|
|
|
|
&,
|
|
|
|
& > div {
|
2019-08-15 14:28:56 -04:00
|
|
|
min-height: 100vh;
|
2019-07-19 03:25:22 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.layout-multiple-columns .app-holder {
|
|
|
|
&,
|
|
|
|
& > div {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|