9 lines
148 B
CSS
9 lines
148 B
CSS
|
@layer components {
|
||
|
.icon_container {
|
||
|
@apply flex items-center gap-2;
|
||
|
|
||
|
& > svg {
|
||
|
@apply scale-125;
|
||
|
}
|
||
|
}
|
||
|
}
|