|
@@ -36,24 +36,3 @@ table.wachenaufgaben tr td {
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
border-bottom: 5px solid #999 !important;
|
|
border-bottom: 5px solid #999 !important;
|
|
|
}
|
|
}
|
|
|
-table.wachenaufgaben tr td.todo-symbol:before {
|
|
|
|
|
- font-family: 'Font Awesome 6 Pro';
|
|
|
|
|
- font-weight: 400;
|
|
|
|
|
- padding-right: 10px;
|
|
|
|
|
- content: "\f737";
|
|
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
|
|
- display: var(--fa-display, inline-block);
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
- font-variant: normal;
|
|
|
|
|
- line-height: 1;
|
|
|
|
|
- text-rendering: auto;
|
|
|
|
|
-}
|
|
|
|
|
-table.wachenaufgaben tr td.clean-symbol:before {
|
|
|
|
|
- font-family: 'Font Awesome 6 Pro';
|
|
|
|
|
- font-weight: 400;
|
|
|
|
|
-}
|
|
|
|
|
-table.wachenaufgaben tr td.info-symbol:before {
|
|
|
|
|
- font-family: 'Font Awesome 6 Pro';
|
|
|
|
|
- font-weight: 400;
|
|
|
|
|
-}
|
|
|