Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
510 B
2
Indexable
Never
<div class="notificationBox">
                        <label >{t("en.landingpage.empfNote1")}</label>
                        <label >{t("en.landingpage.empfNote2")}</label>
                        <label >{t("en.landingpage.empfNote3")}</label>
                    </div>
					

.notificationBox{
  background-color: #cce9f8;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 30px !important;
  color: #767676;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
  border-radius: 20px;
}
Leave a Comment