fix(theme-section): swiper button

This commit is contained in:
Evgeny Lupanov 2020-03-26 09:41:17 +03:00
parent 78d6b27d46
commit 7e782074ad

View file

@ -55,6 +55,10 @@
&:active { &:active {
box-shadow: nb-theme(shadow-active-btn); box-shadow: nb-theme(shadow-active-btn);
} }
&::after {
content: '';
}
} }
.swiper-button-prev { .swiper-button-prev {