This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-sharp-desktop/Aurora/Design/Components/NavigationMenu/NavigationMenu.css

32 lines
566 B
CSS
Raw Normal View History

#Layout {
background-color: #232323;
}
ListView {
background-color: #232323;
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-02 00:14:36 +00:00
background-color: #232323;
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;
}