mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
14 lines
363 B
CSS
14 lines
363 B
CSS
.margin-0 { margin: 0; }
|
|
.margin-auto { margin: auto; }
|
|
.marginTop-0 { margin-top: 0; }
|
|
.marginTop-auto { margin-top: auto; }
|
|
|
|
.marginRight-0 { margin-right: 0; }
|
|
.marginRight-auto { margin-right: auto; }
|
|
|
|
.marginBottom-0 { margin-bottom: 0; }
|
|
.marginBottom-auto { margin-bottom: auto; }
|
|
|
|
.marginLeft-0 { margin-left: 0; }
|
|
.marginLeft-auto { margin-left: auto; }
|