We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c250b commit d9ac950Copy full SHA for d9ac950
src/components/app/app.scss
@@ -332,3 +332,30 @@ ion-footer {
332
[text-capitalize] {
333
text-transform: capitalize;
334
}
335
+
336
+// Float
337
+// --------------------------------------------------
338
339
+[pull-left] {
340
+ float: left;
341
+}
342
343
+[pull-right] {
344
+ float: right;
345
346
347
+[pull-start] {
348
349
350
351
+[pull-end] {
352
353
354
355
+[dir="rtl"] [pull-start] {
356
357
358
359
+[dir="rtl"] [pull-end] {
360
361
0 commit comments