mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
22 lines
285 B
SCSS
22 lines
285 B
SCSS
body.md {
|
|
|
|
.tabs-icon-text tabbar {
|
|
background-color: #7e60ff;
|
|
|
|
a {
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
.tabs-icon-text tab-highlight {
|
|
color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
body.ios {
|
|
.tabs-icon-text tabbar {
|
|
a {
|
|
color: #7e60ff;
|
|
}
|
|
}
|
|
} |