Jonathan Starck 3 роки тому
батько
коміт
26c776a32f
2 змінених файлів з 0 додано та 48 видалено
  1. 0 21
      css/custom.css
  2. 0 27
      css/custom.less

+ 0 - 21
css/custom.css

@@ -36,24 +36,3 @@ table.wachenaufgaben tr td {
   text-align: left;
   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;
-}

+ 0 - 27
css/custom.less

@@ -41,33 +41,6 @@ table.wachenaufgaben {
             font-size: 100% !important;
             text-align: left;
             border-bottom: 5px solid #999!important;
-            &.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;
-                }
-            }
-            &.clean-symbol {
-                &:before {
-                    font-family: 'Font Awesome 6 Pro';
-                    font-weight: 400;
-                }
-            }
-            &.info-symbol {
-                &:before {
-                    font-family: 'Font Awesome 6 Pro';
-                    font-weight: 400;
-                }
-            }
         }
     }
 }