feat: Tab Common

This commit is contained in:
sonnguyenkieio 2021-09-07 12:16:26 +07:00 committed by GitHub
parent 0eb29aed29
commit b4c2c9a4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,16 @@
padding-top: 1.6rem;
padding-bottom: 1.6rem;
&.active {
@apply font-bold;
border-bottom: 2px solid var(--primary);
&:hover {
@apply cursor-pointer;
}
}
.tabItemActive {
@apply font-bold;
margin-right: 4.8rem;
padding-top: 1.6rem;
padding-bottom: 1.6rem;
&:hover {
@apply cursor-pointer;