2020-02-20 16:28:55 +03:00
|
|
|
body {
|
2021-12-16 01:59:40 +03:00
|
|
|
font-family: 'Source Sans 3', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
|
2021-02-06 01:42:20 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-gray-850 {
|
|
|
|
background-color: #242b3a;
|
2021-02-13 14:59:59 +03:00
|
|
|
}
|
|
|
|
|
2021-12-16 00:46:02 +03:00
|
|
|
.hover\:bg-gray-850:hover {
|
|
|
|
--bg-opacity: 1;
|
|
|
|
background-color: #242b3a;
|
|
|
|
}
|
|
|
|
|
2021-02-13 14:59:59 +03:00
|
|
|
::-webkit-calendar-picker-indicator {
|
|
|
|
filter: invert(1);
|
|
|
|
cursor: pointer;
|
2021-12-16 00:46:02 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-xxs {
|
|
|
|
font-size: 0.65rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt-14 {
|
|
|
|
margin-top: 3.5rem;
|
2021-12-16 01:59:40 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-7xl {
|
|
|
|
font-size: 4.5rem;
|
|
|
|
line-height: 1.1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-8xl {
|
|
|
|
font-size: 5rem;
|
|
|
|
line-height: 1.1;
|
2020-02-20 16:28:55 +03:00
|
|
|
}
|