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