Added box shadow on buttons
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: .2rem;
|
border-radius: .2rem;
|
||||||
|
box-shadow: rgba(0, 0, 0, 0.15) 0 .2rem .3rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition-property: color, background-color, border-color;
|
transition-property: color, background-color, border-color;
|
||||||
transition-duration: .2s;
|
transition-duration: .2s;
|
||||||
|
|||||||
@@ -233,6 +233,7 @@ dialog {
|
|||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
border: 1px solid var(--slate-400);
|
border: 1px solid var(--slate-400);
|
||||||
border-radius: .75rem;
|
border-radius: .75rem;
|
||||||
|
box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
transform: translateY(1rem);
|
transform: translateY(1rem);
|
||||||
transition: visibility 0s ease-out .3s, opacity .3s ease-out, transform .3s ease-out;
|
transition: visibility 0s ease-out .3s, opacity .3s ease-out, transform .3s ease-out;
|
||||||
|
|||||||
Reference in New Issue
Block a user