Skip to content

Commit

Permalink
heh
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Nov 7, 2024
1 parent 2c69d99 commit b4c3ef1
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions src/profiles/userProfiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}

0 comments on commit b4c3ef1

Please sign in to comment.