Jonathan Starck 3 lat temu
rodzic
commit
872408c3ed
2 zmienionych plików z 32 dodań i 33 usunięć
  1. 6 6
      css/custom.css
  2. 26 27
      css/custom.less

+ 6 - 6
css/custom.css

@@ -23,32 +23,32 @@
   --gap-body-left: 60px;
   --gap-modules: 30px;
 }
-div.calendar table.daily-overview-table {
+table.daily-overview-table {
   font-size: 2.5em !important;
   border-collapse: collapse;
 }
-div.calendar table.daily-overview-table tr {
+table.daily-overview-table tr {
   opacity: 1 !important;
   font-size: 100% !important;
 }
-div.calendar table.daily-overview-table tr td {
+table.daily-overview-table tr td {
   font-size: 100% !important;
   text-align: left;
   border-bottom: 5px solid #999 !important;
   padding: 0.2em;
 }
-div.calendar table.daily-overview-table tr td.symbol {
+table.daily-overview-table tr td.symbol {
   display: table-cell;
   color: #fff;
   padding-right: 0;
   min-width: 1.2em;
   max-width: 1.2em;
 }
-div.calendar table.daily-overview-table tr td.symbol span.fa {
+table.daily-overview-table tr td.symbol span.fa {
   font-family: 'Font Awesome 6 Pro';
   font-weight: 300;
 }
-div.calendar table.daily-overview-table tr td.time {
+table.daily-overview-table tr td.time {
   font-size: 90%;
 }
 div.daily-overview header.module-header,

+ 26 - 27
css/custom.less

@@ -30,40 +30,38 @@
     --gap-modules: 30px;
 }
 
-div.calendar {
-    table {
-        &.daily-overview-table {
-            font-size: 2.5em !important;
-            border-collapse: collapse;
+table {
+    &.daily-overview-table {
+        font-size: 2.5em !important;
+        border-collapse: collapse;
 
-            tr {
-                opacity: 1 !important;
-                font-size: 100% !important;
+        tr {
+            opacity: 1 !important;
+            font-size: 100% !important;
 
-                td {
-                    font-size: 100% !important;
-                    text-align: left;
-                    border-bottom: 5px solid #999 !important;
-                    padding: 0.2em;
+            td {
+                font-size: 100% !important;
+                text-align: left;
+                border-bottom: 5px solid #999 !important;
+                padding: 0.2em;
 
-                    &.symbol {
-                        display: table-cell;
-                        color: #fff;
-                        padding-right: 0;
-                        min-width: 1.2em;
-                        max-width: 1.2em;
+                &.symbol {
+                    display: table-cell;
+                    color: #fff;
+                    padding-right: 0;
+                    min-width: 1.2em;
+                    max-width: 1.2em;
 
-                        span {
-                            &.fa {
-                                font-family: 'Font Awesome 6 Pro';
-                                font-weight: 300;
-                            }
+                    span {
+                        &.fa {
+                            font-family: 'Font Awesome 6 Pro';
+                            font-weight: 300;
                         }
                     }
+                }
 
-                    &.time {
-                        font-size: 90%;
-                    }
+                &.time {
+                    font-size: 90%;
                 }
             }
         }
@@ -71,6 +69,7 @@ div.calendar {
 }
 
 div {
+
     &.daily-overview,
     &.rtw-overview,
     &.nktw-overview,