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;