Progress on party page styling

This commit is contained in:
watsonb8
2019-12-22 23:58:29 -05:00
parent cc0d113204
commit 1a55ce0be1
9 changed files with 60 additions and 79 deletions

View File

@ -1,8 +1,4 @@
^ContentPage {
background-color: #232323;
}
#Header {
#Header {
background-color: transparent;
margin-top: 10;
}

View File

@ -6,7 +6,8 @@
xmlns:navigation="clr-namespace:Aurora.Design.Components.NavigationMenu"
xmlns:mp="clr-namespace:Aurora.Design.Components.MediaPlayer"
xmlns:dialog="clr-namespace:Aurora.Design.Components.Dialogs"
x:Class="Aurora.Design.Views.Main.MainView">
x:Class="Aurora.Design.Views.Main.MainView"
StyleClass="primaryColor">
<ContentPage.Resources>
<StyleSheet
Source="MainView.css"/>