Jonathan Starck 3 жил өмнө
parent
commit
891d0b1469
2 өөрчлөгдсөн 0 нэмэгдсэн , 36 устгасан
  1. 0 18
      css/custom.css
  2. 0 18
      css/custom.less

+ 0 - 18
css/custom.css

@@ -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;
 }

+ 0 - 18
css/custom.less

@@ -60,30 +60,12 @@ table.wachenaufgaben {
                 &: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;
                 }
             }
             &.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;
                 }
             }
         }