mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
17 lines
205 B
CSS
17 lines
205 B
CSS
ion-tabs:first-child {
|
|
margin-top: 60px;
|
|
}
|
|
|
|
ion-tabs {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
ion-tabs,
|
|
ion-tabs ion-tabbar {
|
|
position: relative;
|
|
top: auto;
|
|
height: auto;
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|