Files
2015-09-09 15:49:06 -05:00

31 lines
563 B
HTML

<ion-nav [root]="root"></ion-nav>
<style>
.md .nav .navbar-container {
background-color: #2FD9BB !important;
}
.md .nav .navbar-title {
color: #FDFEFE;
}
#tabs .tab-bar:before {
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: 0;
z-index: $z-index;
display: block;
width: 100%;
height: 1px;
transform-origin: 50% 0%;
background-color: #00ECC4;
content: '';
}
#tabs .tab-button {
color: #C7C7C7;
}
#tabs .tab-button[aria-selected="true"] {
color: #51E3C2;
}
</style>