14 lines
235 B
CSS
14 lines
235 B
CSS
@import "tailwindcss";
|
|
|
|
.border-middle-idle-empty {
|
|
@apply border-y-[1px];
|
|
}
|
|
|
|
.border-middle-idle {
|
|
@apply border-y-[1px] border-t-0;
|
|
}
|
|
|
|
.border-middle-focus {
|
|
@apply border-primary dark:border-dark-primary border-y-2 border-t-0;
|
|
}
|