Nouveau bouton form et contact
This commit is contained in:
31
class.css
31
class.css
@@ -191,7 +191,7 @@
|
||||
}
|
||||
|
||||
.btn-contact,
|
||||
.btn-whatsapp {
|
||||
.btn-phone {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
@@ -202,32 +202,21 @@
|
||||
transition: background-color 0.3s ease;
|
||||
color: white;
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: 4px;
|
||||
background-size: 44px 44px;
|
||||
padding: 0.8rem 1rem 0.8rem 3rem;
|
||||
background-color: #b00f2e;
|
||||
}
|
||||
|
||||
.btn-phone {
|
||||
background-image: url('assets/img/mobile.png');
|
||||
}
|
||||
|
||||
.btn-contact {
|
||||
background-position-y: 4px;
|
||||
background-size: 44px 44px;
|
||||
padding: 0.8rem 1rem 0.8rem 3rem;
|
||||
background-color: #b00f2e;
|
||||
background-image: url('assets/img/form.svg');
|
||||
}
|
||||
|
||||
.btn-phone:hover,
|
||||
.btn-contact:hover {
|
||||
background-color: #d1776b;
|
||||
}
|
||||
|
||||
.btn-whatsapp {
|
||||
background-size: 48px 48px;
|
||||
padding: 0.7rem 1rem 0.7rem 3rem;
|
||||
background-color: #25d366;
|
||||
background-image: url('assets/img/whatsapp.svg');
|
||||
}
|
||||
|
||||
.btn-whatsapp:hover {
|
||||
background-color: #1ebe5d;
|
||||
}
|
||||
|
||||
.btn-contact svg,
|
||||
.btn-whatsapp svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
Reference in New Issue
Block a user