Using css after update (Fix your ish Microsoft)
This commit is contained in:
24
Aurora/Design/Components/NavigationMenu/NavigationMenu.css
Normal file
24
Aurora/Design/Components/NavigationMenu/NavigationMenu.css
Normal file
@ -0,0 +1,24 @@
|
||||
#Layout {
|
||||
background-color: #232323;
|
||||
}
|
||||
|
||||
ListView {
|
||||
background-color: #232323;
|
||||
margin-left: 20;
|
||||
margin-top: 20;
|
||||
}
|
||||
|
||||
#GroupTemplate Label {
|
||||
color: white;
|
||||
font-size: 14;
|
||||
font-family: Courier New, Courier, monospace;
|
||||
font-weight: 100;
|
||||
margin-top: 500;
|
||||
}
|
||||
|
||||
#ItemTemplate label {
|
||||
color: white;
|
||||
font-size: 18;
|
||||
font-family: Courier New, Courier, monospace;
|
||||
font-weight: 400;
|
||||
}
|
Reference in New Issue
Block a user