fix: header and subheader
Subheader claim always in now
This commit is contained in:
parent
cc54cb8112
commit
5e70236eac
4 changed files with 23 additions and 10 deletions
|
@ -24,7 +24,23 @@
|
|||
}
|
||||
|
||||
& .header-text {
|
||||
font-size: 1.5em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
|
||||
& > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
& .big {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
& .small {
|
||||
font-size: .8em;
|
||||
font-weight: 100;
|
||||
}
|
||||
}
|
||||
|
||||
& input[type="checkbox"] {
|
||||
|
|
|
@ -68,4 +68,5 @@
|
|||
|
||||
.Legal {
|
||||
padding: var(--padding-large) var(--padding-default);
|
||||
color: var(--color-darkest);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue