This commit is contained in:
parent
4f8099bfa9
commit
e6c3381ef4
|
|
@ -19,11 +19,12 @@
|
||||||
@apply opacity-60;
|
@apply opacity-60;
|
||||||
}
|
}
|
||||||
input[type='submit'] {
|
input[type='submit'] {
|
||||||
@apply cursor-pointer font-medium !w-fit !ml-auto !mx-auto;
|
@apply cursor-pointer !w-fit !ml-auto !mx-auto nunito text-lg !font-semibold;
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease-out;
|
||||||
|
line-height: 1;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
transform: scale(1.02);
|
transform: scale(1.03);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -43,7 +44,7 @@
|
||||||
@apply bg-white text-primary cursor-pointer;
|
@apply bg-white text-primary cursor-pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply bg-white text-primary;
|
@apply bg-carhop-green-900 text-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user