|
|
@@ -52,26 +52,8 @@ table.wachenaufgaben tr td.todo-symbol:before {
|
|
|
table.wachenaufgaben tr td.clean-symbol:before {
|
|
|
font-family: 'Font Awesome 6 Pro';
|
|
|
font-weight: 400;
|
|
|
- padding-right: 10px;
|
|
|
- content: "\e04d";
|
|
|
- -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.info-symbol:before {
|
|
|
font-family: 'Font Awesome 6 Pro';
|
|
|
font-weight: 400;
|
|
|
- padding-right: 10px;
|
|
|
- content: "\f05a";
|
|
|
- -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;
|
|
|
}
|