mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
32 lines
456 B
CSS
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;
|
|
}
|