This repository was archived by the owner on Nov 29, 2019. It is now read-only.
File tree 1 file changed +22
-19
lines changed
1 file changed +22
-19
lines changed Original file line number Diff line number Diff line change 25
25
26
26
The default margin classes are:
27
27
28
- .m-0
29
- .m-0-auto
28
+ .m-0 (none)
29
+ .m-0-auto (0 auto)
30
30
31
- .m-t
32
- .m-b
33
- .m-t-b
34
- .m-l
35
- .m-r
36
- .m-l-r
31
+ .m-t (top)
32
+ .m-b (bottom)
33
+ .m-t-b (top + bottom)
34
+ .m-l (left)
35
+ .m-r (right)
36
+ .m-r-l (right + left)
37
+ .m-a (all)
37
38
38
39
For all classes except "0" and "0-auto" you can add the size at the end:
39
40
@@ -42,7 +43,7 @@ For all classes except "0" and "0-auto" you can add the size at the end:
42
43
.m-t-b-xs
43
44
.m-l-xs
44
45
.m-r-xs
45
- .m-l-r -xs
46
+ .m-r-l -xs
46
47
47
48
** Available sizes are: xs, sm, lg, xl**
48
49
@@ -62,31 +63,33 @@ You can add the size of the screen after the "m" in the class name. This will ta
62
63
63
64
The default padding classes are:
64
65
65
- .p-none
66
+ .p-0 ( none)
66
67
67
- .p-t
68
- .p-b
69
- .p-t-b
70
- .p-l
71
- .p-r
72
- .p-l-r
68
+ .p-t (top)
69
+ .p-b (bottom)
70
+ .p-t-b (top + bottom)
71
+ .p-l (left)
72
+ .p-r (right)
73
+ .p-r-l (right + left)
74
+ .p-a (all)
73
75
74
- For all classes except "none " you can add the size at the end:
76
+ For all classes except "0 " you can add the size at the end:
75
77
76
78
.p-t-xs
77
79
.p-b-xs
78
80
.p-t-b-xs
79
81
.p-l-xs
80
82
.p-r-xs
81
- .p-l-r-xs
83
+ .p-r-l-xs
84
+ .p-a-xs
82
85
83
86
** Available sizes are: xs, sm, lg, xl**
84
87
85
88
#### Responsive
86
89
87
90
You can add the size of the screen after the "p" in the class name. This will take effect for all screens smaller than this.
88
91
89
- .p-md-none
92
+ .p-md-0
90
93
.p-md-t
91
94
.p-md-t-b-xl
92
95
...
You can’t perform that action at this time.
0 commit comments