Updates and more
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.btn {
|
||||
@apply bg-yellow-400 font-bold py-2 px-4 rounded cursor-pointer select-none mx-2 text-black;
|
||||
@apply bg-yellow-400 font-bold py-2 px-4 rounded cursor-pointer select-none mx-2 text-black flex flex-row;
|
||||
@apply hover:bg-yellow-300 hover:text-black hover:shadow-2xl hover:scale-105;
|
||||
transition: all 0.5s cubic-bezier(.2,3,.67,.6),
|
||||
background-color .1s ease-in-out,
|
||||
@@ -16,11 +16,11 @@
|
||||
@apply relative mx-2;
|
||||
|
||||
>:nth-child(1) {
|
||||
@apply block !mx-0;
|
||||
@apply !mx-0;
|
||||
}
|
||||
|
||||
>:nth-child(2) {
|
||||
@apply hidden absolute top-full left-1/2 -translate-x-1/2 bg-gray-800 list-none text-white rounded py-2 flex-col text-sm;
|
||||
@apply hidden absolute top-full left-1/2 -translate-x-1/2 bg-gray-800 list-none text-white rounded py-2 flex-col text-sm z-20;
|
||||
}
|
||||
|
||||
&:hover,&:focus-within {
|
||||
|
||||
Reference in New Issue
Block a user