PluginProbe
HubSpot All-In-One Marketing – Forms, Popups, Live Chat / 11.1.21
HubSpot All-In-One Marketing – Forms, Popups, Live Chat v11.1.21
11.3.75 11.3.73 11.3.71 11.3.70 11.3.69 11.3.64 11.3.65 11.3.62 11.3.61 11.3.56 11.3.58 11.0.31 11.0.52 11.0.54 11.0.56 11.0.58 11.0.7 11.1.10 11.1.11 11.1.13 11.1.14 11.1.15 11.1.2 11.1.20 11.1.21 All 73 releases
leadin / public / assets / style / leadin-feedback.css

leadin-feedback.css in HubSpot All-In-One Marketing – Forms, Popups, Live Chat 11.1.21, at public/assets/style/leadin-feedback.css

202 lines 4.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .leadin-feedback-window {
2 background-color: #fff;
3 font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;
4 font-size: 16px;
5 color: #33475b;
6 width: 524px !important; /* need to override the inline styling thickbox applies */
7 height: 600px !important;
8 margin-left: 0px !important;
9 transform: translateX(-50%);
10 top: 30px !important;
11 margin-top: 0px !important;
12 visibility: visible !important;
13 }
14
15 .leadin-feedback-window strong {
16 font-weight: 550;
17 }
18
19 .leadin-feedback-content {
20 width: auto !important; /* need to override the inline styling thickbox applies */
21 height: auto !important;
22 background-color: #fff;
23 }
24
25 .leadin-radio-input-container {
26 margin-top: 20px;
27 }
28
29 .leadin-deactivate-form {
30 margin-top: 30px;
31 }
32
33 .leadin-input,
34 .leadin-input[type],
35 .leadin-feedback-text-area {
36 border-radius: 3px;
37 border: 1px solid #cbd6e2;
38 background-color: #f5f8fa;
39 margin-top: 10px;
40 padding: 9px 10px;
41 width: 100%;
42 }
43
44 .leadin-input:focus,
45 .leadin-input[type]:focus,
46 .leadin-feedback-text-area:focus {
47 border-color: rgba(0, 208, 228, 0.5);
48 box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4;
49 outline: 0;
50 }
51
52 .leadin-feedback-text-area {
53 margin-bottom: 30px;
54 text-align: left;
55 vertical-align: middle;
56
57 transition-property: all;
58 transition-duration: 0.15s;
59 transition-timing-function: ease-out;
60 transition-delay: 0s;
61 }
62
63 input[type='radio']:checked:before.leadin-feedback-radio {
64 background-color: #00a4bd;
65 }
66
67 input[type='radio']:focus.leadin-feedback-radio {
68 border-color: #00a4bd;
69 }
70
71 .leadin-button-container {
72 margin-top: 30px;
73 display: flex;
74 flex-direction: row;
75 flex-wrap: wrap;
76 justify-content: center;
77 align-items: center;
78 }
79
80 .leadin-button-container .leadin-button {
81 margin-left: 12px;
82 }
83
84 .leadin-feedback-header {
85 background-color: #00bda5;
86 background-image: linear-gradient(-303deg, #00a4bd, #00afb2 56%, #00bda5);
87 position: absolute;
88 top: 0px;
89 left: 0px;
90 width: 100%;
91
92 align-items: center;
93 min-height: 80px;
94 }
95
96 .leadin-feedback-header h2 {
97 color: #fff;
98 font-weight: 500;
99 font-size: 20px;
100 line-height: 40px;
101 margin-left: 50px;
102 }
103
104 .leadin-feedback-body {
105 margin-top: 80px;
106 padding: 10px 20px;
107 }
108
109 .leadin-modal-close {
110 color: #fff;
111 display: flex;
112 flex-shrink: 0;
113 justify-content: center;
114 line-height: normal;
115 position: absolute;
116 top: 22px;
117 right: 22px;
118 height: 16px;
119 width: 16px;
120 z-index: 1;
121 transition: color 150ms ease-out 0s;
122 cursor: pointer;
123 }
124
125 .leadin-close-svg {
126 display: block;
127 -webkit-box-flex: 1;
128 flex-grow: 1;
129 }
130
131 .leadin-close-path {
132 fill: currentcolor;
133 stroke: currentcolor;
134 stroke-width: 2;
135 }
136
137 .leadin-modal-close::after {
138 padding: 20px;
139 content: ' ';
140 left: 50%;
141 position: absolute;
142 top: 50%;
143 transform: translate(-50%, -50%);
144 border-radius: 100%;
145 padding: 20px;
146 transition-property: background-color;
147 transition-duration: 150ms;
148 transition-timing-function: ease-out;
149 transition-delay: 0s;
150 }
151
152 .leadin-modal-close:hover::after {
153 background-color: rgba(255, 255, 255, 0.1);
154 }
155
156 .leadin-loader {
157 opacity: 0;
158 position: absolute;
159 top: 18%;
160 left: 43%;
161 border-top: 0.2em solid #ffbcac;
162 border-right: 0.2em solid #ffbcac;
163 border-bottom: 0.2em solid #ffbcac;
164 border-left: 0.2em solid #ff7a59;
165 border-radius: 50%;
166 width: 1.5em;
167 height: 1.5em;
168 -webkit-transform: translateZ(0);
169 -ms-transform: translateZ(0);
170 transform: translateZ(0);
171 -webkit-animation: load8 1.1s infinite linear;
172 animation: load8 1.1s infinite linear;
173 }
174 @-webkit-keyframes load8 {
175 0% {
176 -webkit-transform: rotate(0deg);
177 transform: rotate(0deg);
178 }
179 100% {
180 -webkit-transform: rotate(360deg);
181 transform: rotate(360deg);
182 }
183 }
184 @keyframes load8 {
185 0% {
186 -webkit-transform: rotate(0deg);
187 transform: rotate(0deg);
188 }
189 100% {
190 -webkit-transform: rotate(360deg);
191 transform: rotate(360deg);
192 }
193 }
194
195 .leadin-loader-button.loading .leadin-loader {
196 opacity: 1;
197 }
198
199 .leadin-loader-button.loading .leadin-loader-button-content {
200 opacity: 0;
201 }
202