Update style.css
Browse files
style.css
CHANGED
|
@@ -3,11 +3,8 @@
|
|
| 3 |
position: fixed;
|
| 4 |
width: 500px; /* Set the desired width for your iframe */
|
| 5 |
height: 700px; /* Set the desired height for your visible iframe content (450 - 100) */
|
| 6 |
-
/* overflow: hidden;
|
| 7 |
-
*/
|
| 8 |
overflow: hidden;
|
| 9 |
display: none;
|
| 10 |
-
/* margin-left: 57vw; */
|
| 11 |
right: 50px;
|
| 12 |
z-index: 999;
|
| 13 |
top: 3.2em;
|
|
@@ -27,10 +24,10 @@
|
|
| 27 |
|
| 28 |
.click {
|
| 29 |
position: fixed;
|
| 30 |
-
bottom:
|
| 31 |
right: 20px; /* Adjust the distance from the right as needed */
|
| 32 |
padding: 10px 20px;
|
| 33 |
-
background-color: rgba(
|
| 34 |
color: #fff;
|
| 35 |
border: none;
|
| 36 |
border-radius: 6px;
|
|
|
|
| 3 |
position: fixed;
|
| 4 |
width: 500px; /* Set the desired width for your iframe */
|
| 5 |
height: 700px; /* Set the desired height for your visible iframe content (450 - 100) */
|
|
|
|
|
|
|
| 6 |
overflow: hidden;
|
| 7 |
display: none;
|
|
|
|
| 8 |
right: 50px;
|
| 9 |
z-index: 999;
|
| 10 |
top: 3.2em;
|
|
|
|
| 24 |
|
| 25 |
.click {
|
| 26 |
position: fixed;
|
| 27 |
+
bottom: 35px; /* Adjust the distance from the bottom as needed */
|
| 28 |
right: 20px; /* Adjust the distance from the right as needed */
|
| 29 |
padding: 10px 20px;
|
| 30 |
+
background-color: rgba(233, 113, 33, 0.7);
|
| 31 |
color: #fff;
|
| 32 |
border: none;
|
| 33 |
border-radius: 6px;
|