first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
.contact-rich {
color: $gray-dark;
margin-bottom: 32px;
h4 {
text-transform: uppercase;
color: $gray-darker;
margin-bottom: 32px;
}
.block {
height: auto;
overflow: hidden;
.icon {
@include rtl-float-left();
width: 56px;
i {
font-size: 32px;
}
}
.data {
color: $gray-darker;
font-size: $font-size-sm;
width: auto;
overflow: hidden;
&.email{
padding-top: 6px;
}
}
}
}
.contact-form {
padding: 16px;
color: $gray-dark;
width: 100%;
h3 {
text-transform: uppercase;
color: $gray-darker;
}
}