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