fix(router-outlet): css and change logic

This commit is contained in:
Manu Mtz.-Almeida
2018-03-21 16:50:54 +01:00
parent a98c764541
commit 6e683c54e0
6 changed files with 19 additions and 33 deletions

View File

@ -1,10 +0,0 @@
@import "../../themes/ionic.globals";
ion-tab {
@include position(0, null, null, 0);
position: absolute;
width: 100%;
height: 100%;
}

View File

@ -1,8 +1,7 @@
import { Build, Component, Element, Event, EventEmitter, Method, Prop, State, Watch } from '@stencil/core';
@Component({
tag: 'ion-tab',
styleUrl: 'tab.scss'
tag: 'ion-tab'
})
export class Tab {