From c90614ced26f9bf3effe4b5aec982b26e8492714 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 16 Mar 2021 13:58:18 +0300 Subject: [PATCH] Update showcase --- src/assets/style/app/_config.scss | 4 ++-- src/assets/style/app/_news.scss | 2 +- src/assets/style/app/_responsive.scss | 4 ++-- src/assets/style/app/_topbar.scss | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/style/app/_config.scss b/src/assets/style/app/_config.scss index 6ed8ccee66..8ad0fb5aad 100644 --- a/src/assets/style/app/_config.scss +++ b/src/assets/style/app/_config.scss @@ -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%); @@ -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; diff --git a/src/assets/style/app/_news.scss b/src/assets/style/app/_news.scss index d79d75ea81..813b2c585b 100644 --- a/src/assets/style/app/_news.scss +++ b/src/assets/style/app/_news.scss @@ -2,7 +2,7 @@ position: fixed; top: 0; left: 0; - z-index: 997; + z-index: 1100; height: 70px; width: 100%; overflow: hidden; diff --git a/src/assets/style/app/_responsive.scss b/src/assets/style/app/_responsive.scss index 3da9110607..7f90f7b3de 100644 --- a/src/assets/style/app/_responsive.scss +++ b/src/assets/style/app/_responsive.scss @@ -74,7 +74,7 @@ .layout-sidebar { top: 0; - z-index: 999; + z-index: 1102; height: 100%; transform: translateX(-100%); @@ -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; diff --git a/src/assets/style/app/_topbar.scss b/src/assets/style/app/_topbar.scss index bab8fb7965..b197942563 100644 --- a/src/assets/style/app/_topbar.scss +++ b/src/assets/style/app/_topbar.scss @@ -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;