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

Removed box shadow from page-link class
pull/3053/head
Cleverson 4 years ago committed by GitHub
parent 6e26bc3485
commit d01e1ac22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save