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