Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
518 bytes
|
Line | |
---|
1 | .bg-modal{
|
---|
2 | width: 100%;
|
---|
3 | height: 100%;
|
---|
4 | background-color: rgba(0,0,0,0.7);
|
---|
5 | appacity: 0.7;
|
---|
6 | position: absolute;
|
---|
7 | top:0;
|
---|
8 | display: flex;
|
---|
9 | justify-content: center;
|
---|
10 | align-items: center;
|
---|
11 | display: none;
|
---|
12 | }
|
---|
13 | .modal-content{
|
---|
14 | width: 500px;
|
---|
15 | height: 300px;
|
---|
16 | background-color: white;
|
---|
17 | border-radius: 4px;
|
---|
18 | padding: 20px;
|
---|
19 | position: relative;
|
---|
20 | }
|
---|
21 | .close{
|
---|
22 | position: absolute;
|
---|
23 | top: 0;
|
---|
24 | right: 14px;
|
---|
25 | font-size: 42px;
|
---|
26 | transform: rotate(45deg);
|
---|
27 | cursor: pointer;
|
---|
28 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.