linkedin2/static/src/sass/_post.scss

10 lines
169 B
SCSS

.post {
.post__tabs {
a {
@apply border-b-0;
&.active {
@apply bg-white text-theme-1;
}
}
}
}