UNPKG

1.34 kBCSSView Raw
1.ion-align-self-start {
2 align-self: flex-start !important;
3}
4
5.ion-align-self-end {
6 align-self: flex-end !important;
7}
8
9.ion-align-self-center {
10 align-self: center !important;
11}
12
13.ion-align-self-stretch {
14 align-self: stretch !important;
15}
16
17.ion-align-self-baseline {
18 align-self: baseline !important;
19}
20
21.ion-align-self-auto {
22 align-self: auto !important;
23}
24
25.ion-wrap {
26 flex-wrap: wrap !important;
27}
28
29.ion-nowrap {
30 flex-wrap: nowrap !important;
31}
32
33.ion-wrap-reverse {
34 flex-wrap: wrap-reverse !important;
35}
36
37.ion-justify-content-start {
38 justify-content: flex-start !important;
39}
40
41.ion-justify-content-center {
42 justify-content: center !important;
43}
44
45.ion-justify-content-end {
46 justify-content: flex-end !important;
47}
48
49.ion-justify-content-around {
50 justify-content: space-around !important;
51}
52
53.ion-justify-content-between {
54 justify-content: space-between !important;
55}
56
57.ion-justify-content-evenly {
58 justify-content: space-evenly !important;
59}
60
61.ion-align-items-start {
62 align-items: flex-start !important;
63}
64
65.ion-align-items-center {
66 align-items: center !important;
67}
68
69.ion-align-items-end {
70 align-items: flex-end !important;
71}
72
73.ion-align-items-stretch {
74 align-items: stretch !important;
75}
76
77.ion-align-items-baseline {
78 align-items: baseline !important;
79}
80
81/*# sourceMappingURL=flex-utils.css.map */