add variables for most spacing and size values
This commit is contained in:
@@ -36,18 +36,18 @@
|
||||
}
|
||||
|
||||
.text {
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: var(--spacing-s);
|
||||
|
||||
h2 {
|
||||
font-size: var(--font-size-lead);
|
||||
margin: .5rem 0;
|
||||
margin: var(--spacing-xs) 0;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
flex: none;
|
||||
width: 3.4rem;
|
||||
height: 3.4rem;
|
||||
width: var(--size-icon-large);
|
||||
height: var(--size-icon-large);
|
||||
background: var(--color-goldenBeige);
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user