mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-01 20:05:59 +00:00
Added OasisAboutUs.vue
This commit is contained in:
Vendored
+35
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user