11 lines
166 B
CSS
11 lines
166 B
CSS
.row {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-bottom: var(--Space-x1);
|
|
}
|
|
|
|
.textDefault {
|
|
color: var(--Text-Default);
|
|
}
|