no message
Former-commit-id: 40b024e1e33bfc3d320dd67daa28d83839778ee8 Former-commit-id: 4dfb836e4cd122cc259e95a61cf004539dd384af Former-commit-id: bea7cb72c3eb2f0e3fe659f49f7ae2e53064262e
This commit is contained in:
@@ -49,6 +49,22 @@
|
||||
margin-left: $margin;
|
||||
}
|
||||
|
||||
.#{$prefix}-m-10 {
|
||||
margin: 10px;
|
||||
}
|
||||
.#{$prefix}-mt-10 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.#{$prefix}-mr-10 {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.#{$prefix}-mb-10 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.#{$prefix}-ml-10 {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.#{$prefix}-m-0 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user