File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 3737 }
3838 }
3939}
40+
41+ // Size
42+ // --------------------------------------------------
43+ .ion-full-height {
44+ height : 100% !important ;
45+ }
46+
47+ .ion-full-width {
48+ width : 100% !important ;
49+ }
50+
51+ // Position
52+ // --------------------------------------------------
53+ .ion-position-absolute {
54+ position : absolute !important ;
55+ }
56+
57+ .ion-position-relative {
58+ position : relative !important ;
59+ }
Original file line number Diff line number Diff line change 9494.ion-align-items-baseline {
9595 align-items : baseline !important ;
9696}
97+
98+ // Flex Direction
99+ // --------------------------------------------------
100+ .ion-flex-direction-column {
101+ flex-direction : column !important ;
102+ }
103+
104+ .ion-flex-direction-column-reverse {
105+ flex-direction : column-reverse !important ;
106+ }
107+
108+ .ion-flex-direction-row {
109+ flex-direction : row !important ;
110+ }
111+
112+ .ion-flex-direction-row-reverse {
113+ flex-direction : row-reverse !important ;
114+ }
115+
116+ // Flex Container
117+ // --------------------------------------------------
118+ .ion-flex-1 {
119+ flex : 1 !important ;
120+ }
You can’t perform that action at this time.
0 commit comments