mirror of
https://gitlab.com/nekoya/web.git
synced 2024-12-22 14:35:01 +01:00
This commit is contained in:
parent
b1dba13083
commit
c278dbc2f5
3 changed files with 40 additions and 2 deletions
|
@ -625,6 +625,41 @@ body {
|
||||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.floating_button {
|
||||||
|
position: fixed;
|
||||||
|
right: 80px;
|
||||||
|
bottom: 50px;
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
background-color: #fe4c50;
|
||||||
|
padding: 10px 20px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating_button i {
|
||||||
|
font-size: 60px;
|
||||||
|
padding: 0 50px;
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: #fe4c50;
|
||||||
|
height: 90px;
|
||||||
|
width: 90px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating_button:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating_button i:hover {
|
||||||
|
background: #fe7c7f;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
/>
|
/>
|
||||||
<link href="https://fonts.googleapis.com" rel="preconnect" />
|
<link href="https://fonts.googleapis.com" rel="preconnect" />
|
||||||
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect" />
|
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect" />
|
||||||
<script
|
<script
|
||||||
src="https://kit.fontawesome.com/e48d166edc.js"
|
src="https://kit.fontawesome.com/df87d635ce.js"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
></script>
|
></script>
|
||||||
<link
|
<link
|
||||||
|
|
|
@ -590,6 +590,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
</div>
|
||||||
|
<a class="floating_button" href ="https://t.me/customerservicenekoya_bot"><i class="fa-solid fa-headset fa-2xl"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%- include('../layouts/footer.ejs', {state: 'index'}); %>
|
<%- include('../layouts/footer.ejs', {state: 'index'}); %>
|
||||||
|
|
Loading…
Reference in a new issue