2024-02-13 02:54:50 +03:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
2024-02-19 01:21:51 +03:00
|
|
|
background-color: #1A2026 !important;
|
2024-08-23 23:57:54 +03:00
|
|
|
scrollbar-color: #35D073 #231F20 !important;
|
|
|
|
scrollbar-width: thin !important;
|
2024-02-13 02:54:50 +03:00
|
|
|
}
|
2024-02-09 03:25:39 +03:00
|
|
|
|
2024-02-13 02:54:50 +03:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
|
|
}
|
|
|
|
|
2024-02-19 00:29:08 +03:00
|
|
|
.green-snackbar {
|
2024-02-13 02:54:50 +03:00
|
|
|
--mdc-snackbar-container-color: #8CBA51;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.red-snackbar {
|
|
|
|
--mdc-snackbar-container-color: #E20338;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yellow-snackbar {
|
|
|
|
--mdc-snackbar-container-color: #FFD600;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.snackbar {
|
|
|
|
--mdc-snackbar-container-color: inherit;
|
|
|
|
color: inherit;
|
|
|
|
}
|