bunch of refactor and styling changes, coming along nicely

This commit is contained in:
Sriram Hariharan
2023-03-07 01:42:26 -06:00
parent f48f39e67b
commit 04a82fb6a6
16 changed files with 225 additions and 63 deletions

View File

@@ -4,12 +4,14 @@
background-color: #000;
color: #fff;
padding: 10px;
border-radius: 5px;
margin: 10px;
border-radius: 8px;
border: none;
box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 4px;
cursor: pointer;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
transition: all 0.2s ease-in-out;
font-family: 'Inter';
display: flex;
@@ -21,6 +23,10 @@
color: #000;
}
&:active {
animation: click_animation 0.2s ease-in-out;
}
&.disabled {
cursor: not-allowed !important;
opacity: 0.5 !important;
@@ -30,10 +36,6 @@
}
}
&:active {
animation: click_animation 0.5s ease-in-out;
}
@each $color,
$value
in (