mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 11:51:20 +00:00
✨ feat: Tab Common
This commit is contained in:
parent
ec8b9fbcdf
commit
ceb144ee57
@ -1,15 +1,21 @@
|
|||||||
@import '../../../styles/utilities';
|
@import '../../../styles/utilities';
|
||||||
|
|
||||||
.tabCommonOutSide {
|
.tabCommon {
|
||||||
@apply spacing-horizontal;
|
@apply flex;
|
||||||
|
position: relative;
|
||||||
.tabCommon {
|
border-bottom: 2px solid #FBFBFB;
|
||||||
@apply flex;
|
padding-top: 1.6rem;
|
||||||
position: relative;
|
padding-bottom: 1.6rem;
|
||||||
border-bottom: 2px solid #FBFBFB;
|
width: 100%;
|
||||||
padding-top: 1.6rem;
|
|
||||||
padding-bottom: 1.6rem;
|
.slider {
|
||||||
width: 100%;
|
@apply inline-block;
|
||||||
|
height: .2rem;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: var(--primary);
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1200;
|
||||||
|
bottom: 0;
|
||||||
|
transition: all .4s linear;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user