mirror of https://github.com/ColorlibHQ/AdminLTE
Removed box shadow from page-link class (#3048)
Removed box shadow from page-link classpull/3053/head
parent
6e26bc3485
commit
d01e1ac22f
|
@ -11,6 +11,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
box-shadow: none;
|
||||
}
|
||||
&:first-child,
|
||||
&:last-child {
|
||||
|
|
Loading…
Reference in New Issue