This commit is contained in:
+9
-8
@@ -125,11 +125,9 @@ body.auth-page {
|
||||
|
||||
.auth-brand-logo {
|
||||
display: block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 10px 24px rgba(0, 124, 131, 0.28), 0 2px 6px rgba(18, 38, 43, 0.08);
|
||||
width: min(274px, 78vw);
|
||||
height: auto;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.auth-brand-name {
|
||||
@@ -142,9 +140,12 @@ body.auth-page {
|
||||
}
|
||||
|
||||
.auth-brand-tagline {
|
||||
margin: 4px 0 0;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
margin: 6px 0 0;
|
||||
font-size: 11px;
|
||||
line-height: 18px;
|
||||
font-weight: 700;
|
||||
letter-spacing: .12em;
|
||||
text-transform: uppercase;
|
||||
color: var(--on-surface-variant);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user