Files
NativeScript/apps/ui/app/bottom-navigation/fancy-fonts-page.css
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

46 lines
630 B
CSS

.font-awesome {
font-family: "FontAwesome";
}
Page {
background-color: tomato;
}
ActionBar {
background-color: aquamarine;
}
Button {
background-color: lightskyblue;
}
BottomNavigation {
background-color: lightgreen;
}
#lastStripItem {
color: greenyellow;
background-color: black;
}
TabStripItem:active,
#lastStripItem:active {
background-color: coral;
}
#second-tab-content-item {
background-color: blueviolet;
}
#third-tab-content-item {
background-color: blue;
}
#fourth-tab-content-item {
background-color: gray;
}
#fifth-tab-content-item {
background-color: brown;
}