remove box shadow
This commit is contained in:
parent
56c95f6051
commit
f048ce45ac
1 changed files with 0 additions and 2 deletions
|
@ -67,7 +67,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 18px 0;
|
padding: 18px 0;
|
||||||
border-bottom: 1px solid var(--shadow-color);
|
border-bottom: 1px solid var(--shadow-color);
|
||||||
box-shadow: 0 10px 20px -10px var(--shadow-color);
|
|
||||||
|
|
||||||
.home-link {
|
.home-link {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -105,7 +104,6 @@
|
||||||
padding-right: 32px;
|
padding-right: 32px;
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
border-right: 1px solid var(--shadow-color);
|
border-right: 1px solid var(--shadow-color);
|
||||||
box-shadow: 10px 0 20px -10px var(--shadow-color);
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
Loading…
Reference in a new issue