2016-03-01 20:39:13 +02:00
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
//
|
2023-03-01 16:00:34 +01:00
|
|
|
// Copyright (c) KALEIDOS INC
|
2016-03-01 20:39:13 +02:00
|
|
|
|
2022-07-14 09:28:44 +02:00
|
|
|
:root {
|
|
|
|
--font-family: "worksans", sans-serif;
|
|
|
|
}
|
|
|
|
|
2015-06-18 19:35:50 +02:00
|
|
|
body {
|
2020-03-03 13:14:37 +01:00
|
|
|
background-color: lighten($color-gray-10, 5%);
|
|
|
|
color: $color-gray-20;
|
2015-06-18 19:35:50 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2022-07-14 09:28:44 +02:00
|
|
|
font-family: var(--font-family);
|
2022-01-26 15:16:21 +01:00
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app {
|
|
|
|
width: 100vw;
|
2020-07-21 13:11:50 +02:00
|
|
|
height: 100vh;
|
2015-12-15 13:23:26 +01:00
|
|
|
overflow: hidden;
|
2023-04-27 12:44:11 +02:00
|
|
|
position: relative;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
2016-02-20 22:26:07 +01:00
|
|
|
box-sizing: border-box;
|
2020-03-17 12:22:21 +01:00
|
|
|
// transition: all .4s ease;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.global-zeroclipboard-container {
|
|
|
|
transition: none;
|
|
|
|
|
|
|
|
#global-zeroclipboard-flash-bridge {
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
object {
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
* {
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2016-05-28 16:31:49 +03:00
|
|
|
cursor: pointer;
|
2023-02-22 13:52:45 +01:00
|
|
|
font-weight: $fw500;
|
2022-11-28 08:44:19 +01:00
|
|
|
color: $color-gray-50;
|
2015-06-18 19:35:50 +02:00
|
|
|
|
|
|
|
&:hover {
|
2022-11-28 08:44:19 +01:00
|
|
|
text-decoration: underline;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-27 08:54:34 +01:00
|
|
|
button {
|
|
|
|
font-family: "worksans", sans-serif;
|
|
|
|
}
|
|
|
|
|
2015-06-18 19:35:50 +02:00
|
|
|
p {
|
2021-10-05 12:59:00 +02:00
|
|
|
font-size: $fs12;
|
2015-06-18 19:35:50 +02:00
|
|
|
margin-bottom: 1rem;
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-133;
|
2015-06-18 19:35:50 +02:00
|
|
|
|
|
|
|
@include bp(baby-bear) {
|
|
|
|
font-size: $fs16;
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-143;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-133;
|
2015-06-18 19:35:50 +02:00
|
|
|
|
|
|
|
@include bp(baby-bear) {
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-143;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
2023-02-22 13:52:45 +01:00
|
|
|
font-weight: $fw700;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.relative {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: $fs34;
|
2023-02-22 13:52:45 +01:00
|
|
|
font-weight: $fw500;
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-115;
|
2015-06-18 19:35:50 +02:00
|
|
|
|
|
|
|
@include bp(baby-bear) {
|
|
|
|
font-size: $fs38;
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-125;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.supertitle {
|
|
|
|
font-size: $fs44;
|
2023-02-22 13:52:45 +01:00
|
|
|
font-weight: $fw300;
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-115;
|
2015-06-18 19:35:50 +02:00
|
|
|
|
|
|
|
@include bp(baby-bear) {
|
|
|
|
font-size: $fs44;
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-125;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: $fs24;
|
2023-02-22 13:52:45 +01:00
|
|
|
font-weight: $fw300;
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-115;
|
2015-06-18 19:35:50 +02:00
|
|
|
|
|
|
|
@include bp(baby-bear) {
|
|
|
|
font-size: $fs32;
|
2023-02-24 14:26:44 +01:00
|
|
|
line-height: $lh-125;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: $fs24;
|
2023-02-22 13:52:45 +01:00
|
|
|
font-weight: $fw300;
|
2022-01-12 11:27:43 +01:00
|
|
|
padding: 0.5rem 0;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: $fs18;
|
2023-02-22 13:52:45 +01:00
|
|
|
font-weight: $fw300;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes rotation {
|
2022-01-12 11:27:43 +01:00
|
|
|
from {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
}
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes rotation-negative {
|
2022-01-12 11:27:43 +01:00
|
|
|
from {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: rotate(-359deg);
|
|
|
|
}
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes tooltipAppear {
|
2022-01-12 11:27:43 +01:00
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
1% {
|
|
|
|
display: block;
|
|
|
|
opacity: 0;
|
|
|
|
left: 3rem;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
left: 2rem;
|
|
|
|
}
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes show {
|
2022-01-12 11:27:43 +01:00
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
1% {
|
|
|
|
display: block;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes hide {
|
2022-01-12 11:27:43 +01:00
|
|
|
0% {
|
|
|
|
opacity: 1;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
99% {
|
|
|
|
opacity: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide {
|
|
|
|
display: none !important;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visuallyHidden {
|
|
|
|
opacity: 0 !important;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show {
|
2022-01-12 11:27:43 +01:00
|
|
|
animation: show 0.4s linear;
|
2015-06-18 19:35:50 +02:00
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-01-12 11:27:43 +01:00
|
|
|
.hidden-input {
|
2015-06-18 19:35:50 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bold {
|
2023-02-22 13:52:45 +01:00
|
|
|
font-weight: $fw700 !important;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.nopd {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-03-01 19:13:10 +01:00
|
|
|
.move-cursor {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2015-06-18 19:35:50 +02:00
|
|
|
hr {
|
2020-03-03 13:14:37 +01:00
|
|
|
border-top: solid 1px $color-gray-60;
|
2015-06-18 19:35:50 +02:00
|
|
|
border-right: 0;
|
|
|
|
border-left: 0;
|
|
|
|
border-bottom: 0;
|
|
|
|
margin: 1rem 0;
|
|
|
|
}
|
|
|
|
|
2022-01-12 11:27:43 +01:00
|
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
2020-06-03 08:48:21 +02:00
|
|
|
|
2022-01-12 11:27:43 +01:00
|
|
|
input[type="number"] {
|
2020-06-03 08:48:21 +02:00
|
|
|
-moz-appearance: textfield;
|
|
|
|
}
|
2020-11-30 17:59:39 +01:00
|
|
|
|
|
|
|
[contenteditable] {
|
2022-01-12 11:27:43 +01:00
|
|
|
-webkit-user-select: text;
|
|
|
|
user-select: text;
|
2020-11-30 17:59:39 +01:00
|
|
|
}
|
2023-09-04 11:20:11 +02:00
|
|
|
|
|
|
|
[data-hidden="true"] {
|
|
|
|
display: none;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|