|
@@ -1,80 +0,0 @@
|
1
|
|
-.edit-text{
|
2
|
|
- position: absolute;
|
3
|
|
- resize: both;
|
4
|
|
- border-radius: 5px;
|
5
|
|
- border: 1px solid lightgray;
|
6
|
|
- padding: 5px;
|
7
|
|
-}
|
8
|
|
-
|
9
|
|
-.form-window{
|
10
|
|
- width: 100%;
|
11
|
|
- height: 100%;
|
12
|
|
- color: #282828;
|
13
|
|
- display: none;
|
14
|
|
- text-align: center;
|
15
|
|
- position: absolute;
|
16
|
|
- z-index: 9998;
|
17
|
|
- background-color: rgb(0,0,0,0.25);
|
18
|
|
-}
|
19
|
|
-.form-wrapper{
|
20
|
|
- height: 85%;
|
21
|
|
- width: 40%;
|
22
|
|
- position: relative;
|
23
|
|
- z-index: 9999;
|
24
|
|
- top: 50%;
|
25
|
|
- transform: translateY(-50%);
|
26
|
|
- overflow: auto;
|
27
|
|
- margin: auto;
|
28
|
|
- border-radius: 5px;
|
29
|
|
- padding: 1.25%;
|
30
|
|
- background-color: #ffffff;
|
31
|
|
-
|
32
|
|
-}
|
33
|
|
-.form-header{
|
34
|
|
- float: left;
|
35
|
|
- display: inline-block;
|
36
|
|
- text-transform: capitalize;
|
37
|
|
-}
|
38
|
|
-.close-icon{
|
39
|
|
- color: #fd351d;
|
40
|
|
- float: right;
|
41
|
|
- display: inline-block;
|
42
|
|
- cursor: pointer;
|
43
|
|
-}
|
44
|
|
-.close-icon:hover{
|
45
|
|
- opacity: 0.75;
|
46
|
|
- transition: opacity 0.5s;}
|
47
|
|
-.form{
|
48
|
|
- padding: 7.5px;
|
49
|
|
- width: 100%;
|
50
|
|
- display: inline-block;
|
51
|
|
- float: left;
|
52
|
|
- text-align: left;
|
53
|
|
-}
|
54
|
|
-
|
55
|
|
-.form-header-wrapper{
|
56
|
|
- display: block;
|
57
|
|
- width: 100%;
|
58
|
|
-}
|
59
|
|
-.li-wrapper{
|
60
|
|
- margin-bottom: 1%;
|
61
|
|
-}
|
62
|
|
-.text-field{
|
63
|
|
- width: 100%;
|
64
|
|
- display: block;
|
65
|
|
-
|
66
|
|
- border: 1px solid lightgray;
|
67
|
|
- border-radius: 5px;
|
68
|
|
- padding: 7.5px;
|
69
|
|
- background-color: #eaeded;
|
70
|
|
-}.empty-field{
|
71
|
|
- border: 1px solid #fd351d;
|
72
|
|
-}
|
73
|
|
-
|
74
|
|
-.required-field{
|
75
|
|
- color: #fd351d;
|
76
|
|
-}
|
77
|
|
-.fields-required{
|
78
|
|
- color: #fd351d;
|
79
|
|
- display: none;
|
80
|
|
-}
|