mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
31 lines
563 B
HTML
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>
|