UNPKG
censa_front_end_library
Version:
latest (4.9.11)
5.0.0
4.9.11
4.9.10
4.9.9
4.9.8
4.9.7
4.9.6
4.9.5
4.9.4
4.9.3
4.9.2
4.9.1
4.9.0
4.8.3
4.8.2
4.8.1
4.8.0
4.7.9
4.7.8
4.7.7
4.7.6
4.7.5
4.7.4
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.12
4.5.11
4.5.10
4.5.9
4.5.8
4.5.7
4.5.6
4.5.5
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
3.5.9
3.4.9
3.3.9
3.2.9
3.1.9
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.0
2.0.9
2.0.7
2.0.6
2.0.4
2.0.3
2.0.2
2.0.1
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
React components library project for censa Design System
censa_front_end_library
/
css
/
src
/
utils
/
position.css
21 lines
(16 loc)
•
329 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.position-static
{
position
: static
!important
; }
.position-relative
{
position
: relative
!important
; }
.position-absolute
{
position
: absolute
!important
; }
.position-fixed
{
position
: fixed
!important
; }
.position-sticky
{
position
: -webkit-sticky
!important
;
position
: sticky
!important
; }