hide resend link
This commit is contained in:
parent
309713807c
commit
bb98308f40
|
@ -1298,7 +1298,7 @@ a.maitre-widget-social {
|
|||
font-size: 2.5em; }
|
||||
#maitre-content p[data-maitre-people-ahead-text] {
|
||||
position: absolute;
|
||||
top: 60%;
|
||||
top: 55%;
|
||||
left: 14%;
|
||||
color: #7099e6;
|
||||
font-weight: 400;
|
||||
|
@ -1313,7 +1313,7 @@ a.maitre-widget-social {
|
|||
font-size: 2.5em; }
|
||||
#maitre-content p[data-maitre-people-behind-text] {
|
||||
position: absolute;
|
||||
top: 60%;
|
||||
top: 55%;
|
||||
left: 55%;
|
||||
color: #a784db;
|
||||
font-weight: 400;
|
||||
|
@ -1365,6 +1365,9 @@ a.maitre-widget-social {
|
|||
#maitre-share-container #maitre-social-whatsapp {
|
||||
display: none !important; }
|
||||
|
||||
#maitre-resend-email {
|
||||
display: none !important; }
|
||||
|
||||
.gradient-text #maitre-content h4[data-maitre-people-behind-number],
|
||||
.gradient-text #maitre-content p[data-maitre-people-behind-text] {
|
||||
color: #67449b; }
|
||||
|
|
|
@ -1345,7 +1345,7 @@ a.maitre-widget-social {
|
|||
|
||||
p[data-maitre-people-ahead-text] {
|
||||
position: absolute;
|
||||
top: 60%;
|
||||
top: 55%;
|
||||
left: 14%;
|
||||
color: #7099e6;
|
||||
font-weight: 400;
|
||||
|
@ -1364,7 +1364,7 @@ a.maitre-widget-social {
|
|||
|
||||
p[data-maitre-people-behind-text] {
|
||||
position: absolute;
|
||||
top: 60%;
|
||||
top: 55%;
|
||||
left: 55%;
|
||||
color: #a784db;
|
||||
font-weight: 400;
|
||||
|
@ -1429,6 +1429,10 @@ a.maitre-widget-social {
|
|||
}
|
||||
}
|
||||
|
||||
#maitre-resend-email {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.gradient-text {
|
||||
#maitre-content {
|
||||
h4[data-maitre-people-behind-number],
|
||||
|
|
Loading…
Reference in New Issue