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

Removed box shadow from page-link class
pull/3053/head
Cleverson 2020-09-24 17:52:30 -03:00 committed by GitHub
parent 6e26bc3485
commit d01e1ac22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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