Add correct date formatting to certificate

Adjust table styling
Change accent colour from a shitty orange to a more woody orange
Scrollbar theme
This commit is contained in:
Michał Gdula 2024-05-27 19:02:11 +01:00
parent 9138b06752
commit 565103dda4
6 changed files with 76 additions and 22 deletions

View file

@ -38,16 +38,22 @@
z-index: +2;
> h3 {
margin-bottom: 4px;
> hr {
margin: calc(16px - 4px) 0;
border: 0 solid transparent;
border-bottom: 2px solid $gray;
}
> .pill-list {
margin-top: 4px;
justify-content: center;
}
> .button {
margin-top: 4px;
padding: 0 32px;
}
}
}