mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
22 lines
259 B
SCSS
22 lines
259 B
SCSS
body.md {
|
|
|
|
.tabs-icon tabbar {
|
|
background-color: #f53d3d;
|
|
|
|
a {
|
|
color: #fff;
|
|
}
|
|
}
|
|
.tabs-icon tab-highlight {
|
|
color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
body.ios {
|
|
.tabs-icon tabbar {
|
|
a {
|
|
color: #f53d3d;
|
|
}
|
|
}
|
|
} |