fix: normalized and centralized sizes and padding

This commit is contained in:
Robert Janus 2025-05-14 10:58:19 +02:00
parent 38cd37cf74
commit e591c276f5
11 changed files with 108 additions and 101 deletions

View file

@ -7,7 +7,7 @@ dialog {
border: none;
border-radius: var(--radius-default);
background: var(--color-lightest);
font-size: 1rem;
font-size: var(--font-size-normal);
color: var(--color-darkest);
position: relative;
@ -40,7 +40,7 @@ dialog {
& > .wrapper {
display: flex;
flex-direction: column;
gap: 1rem;
gap: var(--padding-default);
}
& header {