Files
NativeScript/e2e/ui-tests-app/app/bottom-navigation/fancy-fonts-page.css
SvetoslavTsenov 858acd3e0a chore: fixes
2019-07-16 13:32:28 +03:00

44 lines
628 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;
}