aurora/Aurora/Design/Components/NavigationMenu/NavigationMenu.css
2019-12-01 16:14:36 -08:00

32 lines
566 B
CSS

#Layout {
background-color: #232323;
}
ListView {
background-color: #232323;
margin-left: 15;
margin-top: 40;
}
#GroupTemplate {
align-items: end;
}
#GroupCell Label {
color: lightgray;
font-size: 12;
font-family: Courier New, Courier, monospace;
font-style: italic;
padding-top: 20;
}
#ItemCell Label {
color: white;
background-color: #232323;
font-size: 15;
font-family: Courier New, Courier, monospace;
font-style: normal;
text-align: left;
padding-top: 12;
}