.ios and .md body class css structure

This commit is contained in:
Adam Bradley
2015-09-04 23:53:59 -05:00
parent 7b09e70284
commit cdf631dcaf
42 changed files with 140 additions and 195 deletions

View File

@@ -5,7 +5,7 @@
.navbar-container {
background-color: #ff6600 !important;
}
.nav[mode=ios] ion-title {
.md .nav ion-title {
color: #fff !important;
}
</style>

View File

@@ -1,10 +1,10 @@
<ion-nav [root]="root"></ion-nav>
<style>
.nav[mode=ios] .navbar-container {
.md .nav .navbar-container {
background-color: #2FD9BB !important;
}
.nav[mode=ios] .navbar-title {
.md .nav .navbar-title {
color: #FDFEFE;
}
#tabs .tab-bar:before {