|
@@ -85,6 +85,7 @@
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
background: var(--accept);
|
|
background: var(--accept);
|
|
transition: width 0.25s ease-in-out;
|
|
transition: width 0.25s ease-in-out;
|
|
|
|
+ box-shadow: var(--shadow);
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
background-color: var(--accept-hover);
|
|
background-color: var(--accept-hover);
|
|
@@ -104,25 +105,10 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
height: 3rem;
|
|
height: 3rem;
|
|
bottom: 1rem;
|
|
bottom: 1rem;
|
|
- right: 25%;
|
|
|
|
- width: 65%;
|
|
|
|
|
|
+ right: 10%;
|
|
|
|
+ width: 80%;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
-}
|
|
|
|
-
|
|
|
|
-.hidden {
|
|
|
|
- animation: fadeOut 0.25s forwards;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@keyframes fadeOut {
|
|
|
|
- 0% {
|
|
|
|
- visibility: visible;
|
|
|
|
- }
|
|
|
|
- 99% {
|
|
|
|
- visibility: visible;
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- visibility: hidden;
|
|
|
|
- }
|
|
|
|
|
|
+ box-shadow: var(--shadow);
|
|
}
|
|
}
|
|
|
|
|
|
//// Drag and Drop
|
|
//// Drag and Drop
|