소스 검색

Removed box shadow from page-link class (#3048)

Removed box shadow from page-link class
Cleverson 4 년 전
부모
커밋
d01e1ac22f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      build/scss/_pagination.scss

+ 1 - 0
build/scss/_pagination.scss

@@ -11,6 +11,7 @@
       align-items: center;
       justify-content: center;
       flex-direction: column;
+      box-shadow: none;
     }
     &:first-child,
     &:last-child {