14 lines
229 B
CSS
14 lines
229 B
CSS
/* Object – Section label */
|
||
|
||
.section-label {
|
||
font-size: 0.7rem;
|
||
font-weight: 600;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.08em;
|
||
color: var(--text-muted);
|
||
}
|
||
|
||
.section > .section-label {
|
||
margin-bottom: 1rem;
|
||
}
|