feat: Tab Common

This commit is contained in:
sonnguyenkieio
2021-09-07 12:15:14 +07:00
committed by GitHub
parent ec8b9fbcdf
commit ceb144ee57

View File

@@ -1,15 +1,21 @@
@import '../../../styles/utilities'; @import '../../../styles/utilities';
.tabCommonOutSide { .tabCommon {
@apply spacing-horizontal; @apply flex;
position: relative;
border-bottom: 2px solid #FBFBFB;
padding-top: 1.6rem;
padding-bottom: 1.6rem;
width: 100%;
.tabCommon { .slider {
@apply flex; @apply inline-block;
position: relative; height: .2rem;
border-bottom: 2px solid #FBFBFB; border-radius: 3px;
padding-top: 1.6rem; background-color: var(--primary);
padding-bottom: 1.6rem; position: absolute;
width: 100%; z-index: 1200;
bottom: 0;
transition: all .4s linear;
} }
} }