Files
NativeScript/apps/ui/app/tabs/custom-tabstrip-page.css
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

32 lines
456 B
CSS

.custom-tabstrip {
height: 100;
vertical-align: bottom;
ios-overflow-safe-area-enabled: false;
}
.custom-tabstripitem {
height: 80;
width: 80;
vertical-align: center;
horizontal-align: center;
clip-path: circle(100% at 50% 50%);
}
.custom-title {
color: white;
vertical-align: center;
horizontal-align: center;
}
.skyblue {
background-color: skyblue;
}
.gold {
background-color: gold;
}
.olive {
background-color: olive;
}