Skip to content

Commit

Permalink
Update showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Mar 16, 2021
1 parent 39795d2 commit c90614c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/assets/style/app/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
right: 0;
display: block;
width: 550px;
z-index: 998;
z-index: 1101;
height: 100%;
transition: transform .4s cubic-bezier(.05,.74,.2,.99);
transform: translateX(100%);
Expand Down Expand Up @@ -108,7 +108,7 @@
text-align: center;
right: 20px;
top: 20px;
z-index: 999;
z-index: 1102;
background-color: var(--primary-color);
border-radius: 50%;
transition: background-color .2s, box-shadow .2s, transform .2s;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/style/app/_news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 997;
z-index: 1100;
height: 70px;
width: 100%;
overflow: hidden;
Expand Down
4 changes: 2 additions & 2 deletions src/assets/style/app/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

.layout-sidebar {
top: 0;
z-index: 999;
z-index: 1102;
height: 100%;
transform: translateX(-100%);

Expand Down Expand Up @@ -102,7 +102,7 @@
background-color: rgba(0, 0, 0, 0.1);

&.layout-mask-active {
z-index: 998;
z-index: 1101;
width: 100%;
height: 100%;
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/style/app/_topbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
top: 0;
left: 0;
width: 100%;
z-index: 997;
z-index: 1100;
box-shadow: 0 0 4px rgba(0,0,0,0.25);
border-bottom: 1px solid var(--surface-d);
display: flex;
Expand Down

0 comments on commit c90614c

Please sign in to comment.