init
This commit is contained in:
@ -0,0 +1,27 @@
|
||||
.questionnaire-card {
|
||||
&__title {
|
||||
@include fontSize(
|
||||
b-16,
|
||||
(
|
||||
weight: 500,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
&__subtitle {
|
||||
display: block;
|
||||
margin-top: toRem(8);
|
||||
@include fontSize(s-13);
|
||||
color: var(--dark-64);
|
||||
}
|
||||
|
||||
&__actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: toRem(20);
|
||||
}
|
||||
|
||||
.card {
|
||||
gap: toRem(20);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user