no message

Former-commit-id: 40b024e1e33bfc3d320dd67daa28d83839778ee8
Former-commit-id: 4dfb836e4cd122cc259e95a61cf004539dd384af
Former-commit-id: bea7cb72c3eb2f0e3fe659f49f7ae2e53064262e
This commit is contained in:
李杨
2018-01-16 22:41:37 +08:00
parent 78534ced33
commit 417a3aef24
2 changed files with 22 additions and 3 deletions

View File

@@ -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;
}