Files
react-native-web/lib/css/position.css
2015-06-09 14:08:48 -07:00

14 lines
329 B
CSS

.position-absolute { position: absolute; }
.position-fixed { position: fixed; }
.position-relative { position: relative; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.left-0 { left: 0; }
.bottom-0 { bottom: 0; }
.top-100\% { top: 100%; }
.right-100\% { right: 100%; }
.left-100\% { left: 100%; }
.bottom-100\% { bottom: 100%; }