forked from crowetic/commerce
Vars
This commit is contained in:
parent
ada8fa59be
commit
64f928f55c
@ -40,7 +40,7 @@
|
|||||||
[data-theme='dark'] {
|
[data-theme='dark'] {
|
||||||
--primary: #000000;
|
--primary: #000000;
|
||||||
--primary-2: #111;
|
--primary-2: #111;
|
||||||
--secondary: #000000;
|
--secondary: #ffffff;
|
||||||
--secondary-2: #f1f3f5;
|
--secondary-2: #f1f3f5;
|
||||||
--hover: rgba(255, 255, 255, 0.075);
|
--hover: rgba(255, 255, 255, 0.075);
|
||||||
--hover-1: rgba(255, 255, 255, 0.15);
|
--hover-1: rgba(255, 255, 255, 0.15);
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-primary flex items-center outline-none text-primary;
|
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 flex items-center outline-none text-primary;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply text-accents-6 transition scale-110 duration-100;
|
@apply text-accents-6 transition scale-110 duration-100;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.root {
|
.root {
|
||||||
@apply text-accents-1 cursor-pointer inline-flex px-10 rounded-sm leading-6 bg-secondary transition ease-in-out duration-150 shadow-sm font-semibold text-center justify-center uppercase py-4 uppercase text-center border border-transparent items-center;
|
@apply bg-secondary text-accents-1 cursor-pointer inline-flex px-10 rounded-sm leading-6 transition ease-in-out duration-150 shadow-sm font-semibold text-center justify-center uppercase py-4 border border-transparent items-center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.root:hover {
|
.root:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user