UNPKG

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