first commit

This commit is contained in:
2024-09-06 13:32:15 -04:00
commit 700e8a2948
2013 changed files with 447887 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/* Banner */
.banner {
background-position: 50% 120%;
}
/* Help */
.help {
background-position: 50% -20%;
}
/* Assistance */
.assistance .iconbox .btn-underlined:before {
background-color: #efefef;
}
.assistance .iconbox .btn-underlined:after {
background-color: var(--lqd-color-secondary);
}
@media (max-width: 991px) {
.assistance {
padding-bottom: 45px;
}
}