UNPKG
qp-es-ui
Version:
latest (5.0.0)
5.0.0
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1-alpha.1
2.0.0-alpha.1
1.0.0-alpha.1
Query Park UI Components for React
github.com/QueryPark/UIKit
QueryPark/UIKit
qp-es-ui
/
src
/
components
/
Modal
/
index.module.css
16 lines
•
310 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.exactCenter
{
width
:
300px
;
height
:
300px
;
position
: fixed;
background-color
:
#3b3c3d
;
top
:
50%
;
left
:
50%
;
margin-top
: -
100px
;
margin-left
: -
100px
;
justify-content
:center; }
.exactCenter
div
{
background-color
:
#3b3c3d
;
color
:
#fff
;
padding
:
10px
; }