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