|
|
|
@ -989,26 +989,39 @@ hr {
|
|
|
|
|
} |
|
|
|
|
.platform-ios .badge.badge-inverted { |
|
|
|
|
color: #929292; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.platform-ios .badge-primary { |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: #007aff; |
|
|
|
|
} |
|
|
|
|
.platform-ios .badge-primary.badge-inverted { |
|
|
|
|
color: #007aff; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.platform-ios .badge-positive { |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: #4cd964; |
|
|
|
|
} |
|
|
|
|
.platform-ios .badge-positive.badge-inverted { |
|
|
|
|
color: #4cd964; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.platform-ios .badge-negative { |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: #dd524d; |
|
|
|
|
} |
|
|
|
|
.platform-ios .badge-negative.badge-inverted { |
|
|
|
|
color: #dd524d; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.platform-ios .btn .badge { |
|
|
|
|
background-color: rgba(0, 0, 0, 0.15); |
|
|
|
|
} |
|
|
|
|
.platform-ios .btn .badge.badge-inverted { |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.platform-ios .btn:active .badge-inverted { |
|
|
|
|
.platform-ios .btn:active .badge { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
.platform-ios .segmented-control { |
|
|
|
|