aurora/Aurora/Design/Components/NavigationMenu/NavigationMenu.css

26 lines
454 B
CSS
Raw Normal View History

ListView {
2019-12-01 11:53:30 +00:00
margin-left: 15;
margin-top: 40;
}
2019-12-01 11:53:30 +00:00
#GroupTemplate {
align-items: end;
}
#GroupCell Label {
color: lightgray;
font-size: 12;
font-family: Courier New, Courier, monospace;
2019-12-01 11:53:30 +00:00
font-style: italic;
2019-12-02 00:14:36 +00:00
padding-top: 20;
}
2019-12-02 00:14:36 +00:00
#ItemCell Label {
color: white;
2019-12-01 11:53:30 +00:00
font-size: 15;
font-family: Courier New, Courier, monospace;
2019-12-01 11:53:30 +00:00
font-style: normal;
text-align: left;
padding-top: 12;
}