Untitled
unknown
plain_text
2 years ago
1.2 kB
6
Indexable
<div class="eg-quick-cta">
<a class="eg-invest-quick-link">Invest</a>
<a class="eg-factsheet-quick-link">Factsheet</a>
<a class="eg-infopack-quick-link">Infopack</a>
</div>
.eg-quick-cta {
width : 100%;
max-width : 358px;
display: flex;
flex-direction: column;
padding: 40px 22px 44px 20px;
justify-content: center;
align-items: center;
border-radius: 16px;
background: #F9F6F4;
gap: 10px
}
.eg-quick-cta .eg-same-property {
display: flex;
width: 316px;
min-width: 110px;
padding: 16px 24px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
text-decoration: none !important;
color: #FC4D16;
text-align: center;
font-family: Rund Text;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px;
}
.eg-quick-cta .eg-invest-quick-link {
background: #FC4D16;
color: #FFF !important;
}
.eg-quick-cta .eg-invest-quick-link:hover {
background-color: rgb(255 98 49 / 1) !important;
}
.eg-quick-cta .eg-factsheet-quick-link,
.eg-quick-cta .eg-infopack-quick-link {
border-radius: 100px;
background: #FFF;
}Editor is loading...
Leave a Comment