|
@@ -11,34 +11,40 @@
|
|
|
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');*/
|
|
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');*/
|
|
|
|
|
|
|
|
:root {
|
|
:root {
|
|
|
- --color-text: #999;
|
|
|
|
|
- --color-text-dimmed: #666;
|
|
|
|
|
- --color-text-bright: #fff;
|
|
|
|
|
- --color-background: black;
|
|
|
|
|
-
|
|
|
|
|
- --font-primary: "Roboto Condensed";
|
|
|
|
|
- --font-secondary: "Roboto";
|
|
|
|
|
-
|
|
|
|
|
- --font-size: 20px;
|
|
|
|
|
- --font-size-small: 0.75rem;
|
|
|
|
|
-
|
|
|
|
|
- --gap-body-top: 60px;
|
|
|
|
|
- --gap-body-right: 60px;
|
|
|
|
|
- --gap-body-bottom: 60px;
|
|
|
|
|
- --gap-body-left: 60px;
|
|
|
|
|
-
|
|
|
|
|
- --gap-modules: 30px;
|
|
|
|
|
|
|
+ --color-text: #999;
|
|
|
|
|
+ --color-text-dimmed: #666;
|
|
|
|
|
+ --color-text-bright: #fff;
|
|
|
|
|
+ --color-background: black;
|
|
|
|
|
+
|
|
|
|
|
+ --font-primary: "Roboto Condensed";
|
|
|
|
|
+ --font-secondary: "Roboto";
|
|
|
|
|
+
|
|
|
|
|
+ --font-size: 20px;
|
|
|
|
|
+ --font-size-small: 0.75rem;
|
|
|
|
|
+
|
|
|
|
|
+ --gap-body-top: 60px;
|
|
|
|
|
+ --gap-body-right: 60px;
|
|
|
|
|
+ --gap-body-bottom: 60px;
|
|
|
|
|
+ --gap-body-left: 60px;
|
|
|
|
|
+
|
|
|
|
|
+ --gap-modules: 30px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
table.wachenaufgaben {
|
|
table.wachenaufgaben {
|
|
|
- font-size: 3.5em!important;
|
|
|
|
|
|
|
+ font-size: 3.5em !important;
|
|
|
|
|
+
|
|
|
tr {
|
|
tr {
|
|
|
- opacity: 1!important;
|
|
|
|
|
- font-size: 100%!important;
|
|
|
|
|
|
|
+ opacity: 1 !important;
|
|
|
|
|
+ font-size: 100% !important;
|
|
|
|
|
+
|
|
|
td {
|
|
td {
|
|
|
- font-size: 100%!important;
|
|
|
|
|
|
|
+ font-size: 100% !important;
|
|
|
|
|
+
|
|
|
&.todo_title {
|
|
&.todo_title {
|
|
|
&:before {
|
|
&:before {
|
|
|
|
|
+ font-family: 'Font Awesome 5 Free';
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ padding-right: 10px;
|
|
|
content: "\f2bb";
|
|
content: "\f2bb";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|