FEATURE potmizing component colors variants
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c985af534a
commit
56e313c5a9
|
|
@ -1,6 +1,14 @@
|
||||||
.content-meta {
|
.content-meta {
|
||||||
@apply flex !items-center justify-between gap-2;
|
@apply flex !items-center justify-between gap-2;
|
||||||
&__revue-issue {
|
&__revue-issue {
|
||||||
@apply bg-carhop-green-700 text-white !px-3 !py-2 font-normal h-fit;
|
@apply !px-3 !py-2 font-semibold h-fit;
|
||||||
|
@apply bg-carhop-green-700 text-white;
|
||||||
|
|
||||||
|
&--white {
|
||||||
|
@apply bg-white !text-carhop-green-700;
|
||||||
|
}
|
||||||
|
/* &--primary {
|
||||||
|
@apply bg-carhop-green-700 text-white;
|
||||||
|
} */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user