Mała poprawka css
This commit is contained in:
@@ -6,6 +6,12 @@
|
|||||||
@apply border border-transparent bg-[--btn-background] text-[--btn-text];
|
@apply border border-transparent bg-[--btn-background] text-[--btn-text];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-outline{
|
||||||
|
@apply border-2;
|
||||||
|
border-color: rgba(148, 163, 184, 0.08);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
@apply bg-[--btn-background-hover] text-[--btn-text-hover];
|
@apply bg-[--btn-background-hover] text-[--btn-text-hover];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user