| 1 |
.regular-ele-width{ |
| 2 |
width: 20em; |
| 3 |
} |
| 4 |
.all-icons{ |
| 5 |
display: none; |
| 6 |
background-color: #fff; |
| 7 |
padding: 30px; |
| 8 |
margin-top: 20px; |
| 9 |
border: 1px dashed #8012f9; |
| 10 |
max-width: 450px; |
| 11 |
} |
| 12 |
|
| 13 |
.more-icons i{ |
| 14 |
transition: all 0.2s ease-in-out; |
| 15 |
} |
| 16 |
|
| 17 |
.more-icons.close i { |
| 18 |
transform: rotateZ(-45deg); |
| 19 |
} |
| 20 |
|
| 21 |
.checklist { |
| 22 |
display: flex; |
| 23 |
flex-direction: row; |
| 24 |
flex-wrap: wrap; |
| 25 |
} |
| 26 |
|
| 27 |
.checklist label { |
| 28 |
display: inline-block; |
| 29 |
border: 1px solid #8012f9; |
| 30 |
color: #8012f9; |
| 31 |
} |
| 32 |
|
| 33 |
.checklist label span { |
| 34 |
display: block; |
| 35 |
padding: 10px; |
| 36 |
} |
| 37 |
|
| 38 |
.checklist li span:hover{ |
| 39 |
cursor: move; |
| 40 |
} |
| 41 |
|
| 42 |
.checklist li:not(:last-child) label { |
| 43 |
margin-left: 10px; |
| 44 |
} |
| 45 |
|
| 46 |
#sortable li{ |
| 47 |
text-transform: capitalize; |
| 48 |
} |
| 49 |
|
| 50 |
.sortable-list label { |
| 51 |
display: inline-block; |
| 52 |
border: 1px solid #ccc; |
| 53 |
} |
| 54 |
|
| 55 |
.sortable-list label span { |
| 56 |
display: block; |
| 57 |
padding: 10px; |
| 58 |
} |
| 59 |
|
| 60 |
.sortable-list label input[type=checkbox] { |
| 61 |
display: none; |
| 62 |
} |
| 63 |
|
| 64 |
.sortable-list label input:checked + span { |
| 65 |
background-color: #8012f9; |
| 66 |
color: #ffffff; |
| 67 |
} |
| 68 |
|
| 69 |
.sortable-list li:not(:last-child) label { |
| 70 |
margin-left: 10px; |
| 71 |
} |
| 72 |
|
| 73 |
.sortable-list { |
| 74 |
display: flex; |
| 75 |
flex-direction: row; |
| 76 |
flex-wrap: wrap; |
| 77 |
} |
| 78 |
|
| 79 |
/*New CSS*/ |
| 80 |
|
| 81 |
.psfw-lock-wrapper span{ |
| 82 |
color: #9e0303; |
| 83 |
font-size: 16px; |
| 84 |
margin-top: 3px; |
| 85 |
} |
| 86 |
|
| 87 |
.psfw-need-pro{ |
| 88 |
pointer-events: none; |
| 89 |
opacity: 0.5; |
| 90 |
} |
| 91 |
|
| 92 |
label.wpx-number-group { |
| 93 |
display: inline-flex; |
| 94 |
} |
| 95 |
|
| 96 |
label.wpx-number-group input { |
| 97 |
width: 55px; |
| 98 |
border-top-left-radius: 0; |
| 99 |
border-bottom-left-radius: 0; |
| 100 |
margin-left: 0; |
| 101 |
padding-left: 0; |
| 102 |
} |
| 103 |
|
| 104 |
label.wpx-number-group span { |
| 105 |
background-color: #8c8f94; |
| 106 |
color: #fff; |
| 107 |
padding:5px; |
| 108 |
border-top-left-radius: 4px; |
| 109 |
border-bottom-left-radius: 4px; |
| 110 |
} |