Added box shadow on buttons

This commit is contained in:
Alexis
2024-01-07 20:31:14 +01:00
parent da8bec44b0
commit 494ef9bf88
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
font-weight: 500;
border: 1px solid transparent;
border-radius: .2rem;
box-shadow: rgba(0, 0, 0, 0.15) 0 .2rem .3rem;
cursor: pointer;
transition-property: color, background-color, border-color;
transition-duration: .2s;

View File

@@ -233,6 +233,7 @@ dialog {
background-color: var(--white);
border: 1px solid var(--slate-400);
border-radius: .75rem;
box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
overflow: visible;
transform: translateY(1rem);
transition: visibility 0s ease-out .3s, opacity .3s ease-out, transform .3s ease-out;