Added OasisFeatures.vue and OasisHeader.vue

This commit is contained in:
Peter Papp
2021-04-03 10:44:32 +02:00
parent 377c471a6c
commit 4f667f7a94
8 changed files with 586 additions and 48 deletions
+14
View File
@@ -0,0 +1,14 @@
$text-primary: #312E5C;
$text-secondary: #545E71;
$text-dark-secondary: #BFBCE6;
$text-dark-subtitle: #9995CD;
$gradient-theme: linear-gradient(135deg, rgba(97,126,231,1) 0%, rgba(201,37,240,1) 100%);
$theme-bg-dark: #312E5C;
$theme-bg-light: #383469;
$theme: #AE5FEC;
$cyan: #19BCE0;
$pink: #E40DF2;