Removed border styling from app bar.

This commit is contained in:
Matt Mo 2020-12-13 10:43:08 -08:00
parent 420d4e508b
commit addb22dc76

View File

@ -17,9 +17,6 @@ class AppBar extends IgniteElement {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
} }