enlever macaron devis

This commit is contained in:
Ouidade Soussi Chiadmi 2021-06-10 21:08:46 +02:00
parent d4f332aa33
commit 8bbc037cb3
2 changed files with 4 additions and 2 deletions

View File

@ -2623,6 +2623,7 @@ header nav.dropmenu > ul {
background-repeat: repeat; background-repeat: repeat;
width: 100%; } width: 100%; }
#devis .title { #devis .title {
visibility: hidden;
width: 200px; width: 200px;
height: 200px; height: 200px;
background: #9e0027; background: #9e0027;
@ -2646,7 +2647,7 @@ header nav.dropmenu > ul {
margin-right: 20px; margin-right: 20px;
height: auto; } height: auto; }
#devis .txt p { #devis .txt p {
padding: 20px 20px 20px 100px; padding: 20px 20px 20px 20px;
color: black; color: black;
text-align: left; } text-align: left; }
#devis .txt p strong { #devis .txt p strong {

View File

@ -1152,6 +1152,7 @@
width: 100%; width: 100%;
// height: 300px; // height: 300px;
.title{ .title{
visibility: hidden;
width: 200px; width: 200px;
height: 200px; height: 200px;
background: $red; background: $red;
@ -1173,7 +1174,7 @@
margin-right: 20px; margin-right: 20px;
height: auto; height: auto;
p{ p{
padding: 20px 20px 20px 100px; padding: 20px 20px 20px 20px;
color: black; color: black;
text-align: left; text-align: left;
strong{ strong{