Added OasisAboutUs.vue

This commit is contained in:
Peter Papp
2021-04-04 07:32:56 +02:00
parent b3737c11ba
commit 37ab6408ba
4 changed files with 134 additions and 7 deletions
+35 -1
View File
@@ -56,6 +56,10 @@
}
}
.oasis-about-us {
}
.navigation {
padding: 10px 0;
@@ -275,4 +279,34 @@
margin-top: 15px;
}
}
}
}
.info-list {
margin: 70px 0;
.info-list-item {
display: flex;
align-items: start;
margin-bottom: 35px;
&:last-child {
margin-bottom: 0;
}
.icon {
margin-top: 5px;
margin-right: 15px;
polyline {
color: $pink;
}
}
.description {
max-width: 620px;
@include font-size(24);
color: $text-primary;
font-weight: 800;
}
}
}