13 lines
147 B
CSS
13 lines
147 B
CSS
.wrapper {
|
|
display: grid;
|
|
gap: var(--Spacing-x-half);
|
|
}
|
|
|
|
.caption {
|
|
color: var(--Text-Secondary);
|
|
}
|
|
|
|
.text {
|
|
color: var(--Text-Default);
|
|
}
|