wip: programme

This commit is contained in:
mco-system 2023-04-10 08:56:56 +11:00
parent 2dc354707f
commit d35ae29014
2 changed files with 12 additions and 14 deletions

View File

@ -1,10 +1,11 @@
#schedule { #schedule {
display: flex; margin: 2em 0 2em;
flex-direction: column; font-size: 2em;
justify-content: start; font-family: pfdintextcompprothin;
align-items: flex-start; color: var(--main-color);
align-content: flex-start; width: 20em;
margin-bottom: 5em; text-align:justify;
text-justify:inter-word;
} }
.slot { .slot {
@ -13,9 +14,8 @@
justify-content: center; justify-content: center;
text-align: center; text-align: center;
flex-direction: row; flex-direction: row;
margin: 0.3em; margin: 0.3em 0;
font-size: 2em; width: 20em;
width: 22em;
} }
.slot_info, .slot_info,
@ -35,7 +35,7 @@
} }
.metadata { .metadata {
width: 7.333em; width: 6.666em;
border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;
color: var(--main-color); color: var(--main-color);
font-family: pfdintextcompprothin; font-family: pfdintextcompprothin;
@ -44,7 +44,7 @@
} }
.data { .data {
width: 14.666em; width: 13.333em;
background-color: var(--main-color); background-color: var(--main-color);
color: var(--alt-main-color); color: var(--alt-main-color);
border-color: var(--main-color); border-color: var(--main-color);
@ -142,7 +142,7 @@
opacity: 0; opacity: 0;
transition: opacity 1s; transition: opacity 1s;
transform: translateX(-2em) translateY(102%); transform: translateX(-2em) translateY(102%);
width: 30em; width: 24em;
overflow-y: auto; overflow-y: auto;
border-style: solid; border-style: solid;
border-color: var(--alt-main-color); border-color: var(--alt-main-color);

View File

@ -18,8 +18,6 @@
} }
* { * {
margin: 0;
padding: 0;
box-sizing: border-box; box-sizing: border-box;
} }