mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
refactor: cleanup pin styles
This commit is contained in:
committed by
Carlos Valente
parent
c69bce3e89
commit
2d5b86808f
@@ -1,9 +1,13 @@
|
|||||||
.container {
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: 25vh;
|
padding-top: 25vh;
|
||||||
|
|
||||||
|
background: $ui-black;
|
||||||
color: $ontime-color;
|
color: $ontime-color;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user