mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
14 lines
406 B
CSS
14 lines
406 B
CSS
:local .position-absolute { position: absolute; }
|
|
:local .position-fixed { position: fixed; }
|
|
:local .position-relative { position: relative; }
|
|
|
|
:local .top-0 { top: 0; }
|
|
:local .right-0 { right: 0; }
|
|
:local .left-0 { left: 0; }
|
|
:local .bottom-0 { bottom: 0; }
|
|
|
|
:local .top-100\% { top: 100%; }
|
|
:local .right-100\% { right: 100%; }
|
|
:local .left-100\% { left: 100%; }
|
|
:local .bottom-100\% { bottom: 100%; }
|