original box-shadow

This commit is contained in:
Matteo Manzinello
2020-07-02 17:43:37 +02:00
parent 7262003bde
commit 513eba1ea8
7 changed files with 9 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ $default-border-radius: 20px;
right: 0;
bottom: 0;
left: 0;
background-color: rgb(200, 200, 200);
background-color: rgb(32, 35, 42);
opacity: 0.8;
}
@@ -63,7 +63,7 @@ $default-border-radius: 20px;
background-color: #fff;
opacity: 0.95;
border-radius: $default-border-radius;
box-shadow: 30px -30px 60px #d9d9d9, -30px 30px 60px #ffffff;
box-shadow: 0 3px 20px rgba(32, 35, 42, 0.5);
color: $default-color;
display: flex;
flex-direction: column;
@@ -171,8 +171,7 @@ $default-border-radius: 20px;
}
.m-modal-content {
color: white;
box-shadow: 30px -30px 60px rgb(38, 38, 38),
-30px 30px 60px rgb(10, 10, 10);
box-shadow: 0 3px 20px rgba(32, 35, 42, 0.5);
background-color: rgb(30, 30, 30);
a {
color: white;