40 lines
579 B
Plaintext
40 lines
579 B
Plaintext
@import "themes/form/foundation";
|
|
@import "themes/form/labels/linus";
|
|
@import "themes/form/validation/linus";
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
.timer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
> .time {
|
|
font-size: 4em;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.modal {
|
|
padding: 40px;
|
|
border: 1px solid black;
|
|
h1:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
.container {
|
|
display: flex;
|
|
}
|
|
|
|
.login-form {
|
|
z-index: 9999;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
background: white;
|
|
transform: translateX(-50%) translateY(-50%);
|
|
}
|
|
|
|
@import "variables";
|