kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Change classname "focusable" to custom Tailwind
rodzic
0de1f24d24
commit
038f3a13ed
|
@ -3,6 +3,12 @@
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@layer utilities {
|
@layer utilities {
|
||||||
|
.focusable:focus,
|
||||||
|
.focusable-within:focus-within {
|
||||||
|
outline: 0;
|
||||||
|
@apply ring-2 ring-primary-300;
|
||||||
|
}
|
||||||
|
|
||||||
.error-column > span {
|
.error-column > span {
|
||||||
@apply max-w-[400px];
|
@apply max-w-[400px];
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue