2020-03-20 20:29:35 +11:00
|
|
|
@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Pacifico&display=swap");
|
2020-03-26 14:53:02 +11:00
|
|
|
|
|
|
|
|
#root,
|
|
|
|
|
body,
|
|
|
|
|
html {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2020-04-07 12:47:52 +10:00
|
|
|
|
2020-04-07 18:18:08 +10:00
|
|
|
.simplebar-scrollbar:before {
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
2020-05-31 16:24:39 +10:00
|
|
|
|
|
|
|
|
input[type="checkbox"]:disabled ~ svg {
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
}
|
2021-06-09 23:25:28 +10:00
|
|
|
|
|
|
|
|
.no-select div {
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|