mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-29 23:03:15 +00:00
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:
parent
9138b06752
commit
565103dda4
6 changed files with 76 additions and 22 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue