|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
.root { |
|
|
|
|
position: relative; |
|
|
|
|
display: grid; |
|
|
|
|
padding: 20px; |
|
|
|
|
padding: 1.4rem; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.row { |
|
|
|
@ -15,8 +15,8 @@
@@ -15,8 +15,8 @@
|
|
|
|
|
.logo { |
|
|
|
|
margin-left: auto; |
|
|
|
|
margin-right: auto; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
margin-top: 10px; |
|
|
|
|
margin-bottom: 0.6rem; |
|
|
|
|
margin-top: 0.6rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -24,18 +24,18 @@
@@ -24,18 +24,18 @@
|
|
|
|
|
.titleSection { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
margin-left: 10px; |
|
|
|
|
margin-left: 0.6rem; |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
font-family: var(--theme-text-display-font-family); |
|
|
|
|
color: var(--theme-color-palette-0); |
|
|
|
|
font-size: 32px; |
|
|
|
|
font-size: 2rem; |
|
|
|
|
font-weight: bold; |
|
|
|
|
line-height: 30px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.subtitle { |
|
|
|
|
font-size: 22px; |
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
font-weight: 300; |
|
|
|
|
line-height: 1.3; |
|
|
|
|
color: var(--theme-color-background-header); |
|
|
|
@ -48,8 +48,8 @@
@@ -48,8 +48,8 @@
|
|
|
|
|
|
|
|
|
|
span { |
|
|
|
|
display: inline-block; |
|
|
|
|
margin-right: 8px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
margin-right: 0.5rem; |
|
|
|
|
font-size: 0.9rem; |
|
|
|
|
font-weight: 500; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|