extending with subtitle feature
This commit is contained in:
parent
05bd00b381
commit
dcdd3cb0f4
|
|
@ -10,6 +10,7 @@
|
||||||
&__tip {
|
&__tip {
|
||||||
@apply flex gap-6;
|
@apply flex gap-6;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__tip-icon {
|
&__tip-icon {
|
||||||
@apply w-16 h-16 bg-white shadowed
|
@apply w-16 h-16 bg-white shadowed
|
||||||
shrink-0
|
shrink-0
|
||||||
|
|
@ -22,6 +23,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__tip-title {
|
&__tip-title {
|
||||||
@apply text-secondary font-bold text-2xl mb-4 !mt-0;
|
@apply text-secondary font-bold text-2xl mb-4 !my-0;
|
||||||
|
}
|
||||||
|
&__tip-subtitle {
|
||||||
|
@apply !my-0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user