Skip to content

Commit

Permalink
ajustes alertas pagina faleconosco
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed May 13, 2024
1 parent ca1ca16 commit 400d0a8
Showing 1 changed file with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@
font-style: normal;
font-weight: 800;
line-height: 18px ;
font-family: 'Manrope', sans-serif;

}
}

Expand Down Expand Up @@ -508,18 +510,20 @@
line-height: 24px;
text-transform: uppercase;
}
.wpcf7-response-output{
border-radius: 8px;
background: #0b0b0b;
box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.40);
border: none;
padding: 10px 16px;
font-size: 12px;
width: 303px;
position: absolute;
top: 227px;
border: 2px solid #f7ef6c;
}

}

.wpcf7-response-output{
border-radius: 8px;
background: #0b0b0b;
box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.40);
border: none;
padding: 10px 16px;
font-size: 12px;
width: 303px;
position: absolute;
top: 227px;
border: 2px solid #f7ef6c;
}
}
}
Expand Down

0 comments on commit 400d0a8

Please sign in to comment.