From b4c3ef12a0ebc7078cb2b44ba63d85f7fa2121b4 Mon Sep 17 00:00:00 2001 From: Leozard Date: Thu, 7 Nov 2024 23:00:25 +0800 Subject: [PATCH] heh --- src/profiles/userProfiles.scss | 57 ---------------------------------- 1 file changed, 57 deletions(-) diff --git a/src/profiles/userProfiles.scss b/src/profiles/userProfiles.scss index 466cc645..3d993992 100644 --- a/src/profiles/userProfiles.scss +++ b/src/profiles/userProfiles.scss @@ -109,61 +109,4 @@ > polygon { display: none; } -} - - - -/* -// TAB BAR -%userModalTabBarContainer { - padding: 0 20px; - border-color: hsla(0, 0%, 100%, 0.04); -} -%userModalTabBarContainerNew { - border-color: hsla(0, 0%, 100%, 0.04); -} - -%userProfileOuter:not(%userProfileCustomTheme) { - %tabBarItem { - position: relative; - height: 30px; - padding: 5px 10px 0; - transition: color 0.15s ease-in-out; - z-index: 1; - border-bottom-width: 2px; - &:before { - content: ''; - position: absolute; - @include stretch; - background: linear-gradient(to top, transparent, hsla(0, 0%, 100%, 0.05) 50%); - border-radius: 3px 3px 0 0; - opacity: 0; - transition: all 0.15s ease-in-out, bottom 0.2s ease-in-out; - z-index: -1; - } - &:after { - content: ''; - position: absolute; - @include pos(100%, 0, 0, 0); - background: hsla(0, 0%, 100%, 0.07); - border-radius: 3px 3px 0 0; - transition: all 0.2s ease-in-out; - z-index: -1; - } - &:hover { - &:before { - opacity: 1; - } - } - &%tabBarItemSelected { - &:after { - top: 0; - animation: cv-slide-top 0.2s ease-in-out; - } - &:before { - bottom: 100%; - animation: cv-slide-bottom 0.2s ease-in-out reverse; - } - } - } } \ No newline at end of file