UNPKG

2.59 kBCSSView Raw
1.ion-text-center {
2 text-align: center !important;
3}
4
5.ion-text-justify {
6 text-align: justify !important;
7}
8
9.ion-text-start {
10 text-align: start !important;
11}
12
13.ion-text-end {
14 text-align: end !important;
15}
16
17.ion-text-left {
18 text-align: left !important;
19}
20
21.ion-text-right {
22 text-align: right !important;
23}
24
25.ion-text-nowrap {
26 white-space: nowrap !important;
27}
28
29.ion-text-wrap {
30 white-space: normal !important;
31}
32
33@media (min-width: 576px) {
34 .ion-text-sm-center {
35 text-align: center !important;
36 }
37
38 .ion-text-sm-justify {
39 text-align: justify !important;
40 }
41
42 .ion-text-sm-start {
43 text-align: start !important;
44 }
45
46 .ion-text-sm-end {
47 text-align: end !important;
48 }
49
50 .ion-text-sm-left {
51 text-align: left !important;
52 }
53
54 .ion-text-sm-right {
55 text-align: right !important;
56 }
57
58 .ion-text-sm-nowrap {
59 white-space: nowrap !important;
60 }
61
62 .ion-text-sm-wrap {
63 white-space: normal !important;
64 }
65}
66@media (min-width: 768px) {
67 .ion-text-md-center {
68 text-align: center !important;
69 }
70
71 .ion-text-md-justify {
72 text-align: justify !important;
73 }
74
75 .ion-text-md-start {
76 text-align: start !important;
77 }
78
79 .ion-text-md-end {
80 text-align: end !important;
81 }
82
83 .ion-text-md-left {
84 text-align: left !important;
85 }
86
87 .ion-text-md-right {
88 text-align: right !important;
89 }
90
91 .ion-text-md-nowrap {
92 white-space: nowrap !important;
93 }
94
95 .ion-text-md-wrap {
96 white-space: normal !important;
97 }
98}
99@media (min-width: 992px) {
100 .ion-text-lg-center {
101 text-align: center !important;
102 }
103
104 .ion-text-lg-justify {
105 text-align: justify !important;
106 }
107
108 .ion-text-lg-start {
109 text-align: start !important;
110 }
111
112 .ion-text-lg-end {
113 text-align: end !important;
114 }
115
116 .ion-text-lg-left {
117 text-align: left !important;
118 }
119
120 .ion-text-lg-right {
121 text-align: right !important;
122 }
123
124 .ion-text-lg-nowrap {
125 white-space: nowrap !important;
126 }
127
128 .ion-text-lg-wrap {
129 white-space: normal !important;
130 }
131}
132@media (min-width: 1200px) {
133 .ion-text-xl-center {
134 text-align: center !important;
135 }
136
137 .ion-text-xl-justify {
138 text-align: justify !important;
139 }
140
141 .ion-text-xl-start {
142 text-align: start !important;
143 }
144
145 .ion-text-xl-end {
146 text-align: end !important;
147 }
148
149 .ion-text-xl-left {
150 text-align: left !important;
151 }
152
153 .ion-text-xl-right {
154 text-align: right !important;
155 }
156
157 .ion-text-xl-nowrap {
158 white-space: nowrap !important;
159 }
160
161 .ion-text-xl-wrap {
162 white-space: normal !important;
163 }
164}
165
166/*# sourceMappingURL=text-alignment.css.map */