UNPKG
@nomios/web-uikit
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Nomios' living web UIKit
github.com/ipfs-shipyard/nomios-web-uikit
ipfs-shipyard/nomios-web-uikit
@nomios/web-uikit
/
dist
/
components
/
modals
/
flow-modal
/
FlowModal.css
11 lines
(9 loc)
•
155 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
.modal
{
width
:
100%
;
min-width
:
102.4rem
;
max-width
:
128rem
; }
.modalContent
{
height
:
calc
(
70rem
-
2
*
2.5rem
);
overflow
: hidden; }