50 lines
811 B
CSS
50 lines
811 B
CSS
.login .content .message {
|
|
grid-column: 1;
|
|
z-index: 1;
|
|
|
|
.logo {
|
|
display: inline-block;
|
|
background: var(--s-color);
|
|
line-height: 0;
|
|
padding: .15rem .25rem;
|
|
margin: 1.95rem 3.75rem;
|
|
}
|
|
|
|
.quote {
|
|
height: 80vh;
|
|
padding: 18vh 8rem 4vh 4rem;
|
|
|
|
h2,
|
|
h3 {
|
|
color: var(--t-color);
|
|
}
|
|
|
|
h2 {
|
|
font-size: 2.75rem;
|
|
font-weight: 700;
|
|
line-height: 3.25rem;
|
|
letter-spacing: -.05rem;
|
|
margin: 0 0 2rem -.1rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.2rem;
|
|
line-height: 1.8rem;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.copy {
|
|
display: inline-block;
|
|
color: var(--t-color);
|
|
background: var(--s-color);
|
|
font-size: .9rem;
|
|
padding: .25rem;
|
|
margin: 0 3.75rem;
|
|
|
|
.icon-copyright {
|
|
font-size: .7rem;
|
|
opacity: .9;
|
|
}
|
|
}
|
|
} |