Added Vue

This commit is contained in:
2020-06-09 08:24:20 +02:00
parent fbf1673fc0
commit 43fc299642
12 changed files with 322 additions and 217 deletions
+19
View File
@@ -0,0 +1,19 @@
// Body
$body-bg: #f8fafc;
// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;
// Colors
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66d9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;
+7 -4
View File
@@ -1,5 +1,8 @@
//
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
* {
margin: 0;
}
// Variables
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';