Merge pull request 'SCSS' (#12) from feature-scss into main

Reviewed-on: kompetenzinventar/ki-frontend#12
This commit is contained in:
2021-08-16 18:26:13 +02:00
5 changed files with 112 additions and 14804 deletions

View File

@ -2,7 +2,9 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@import "variables";
@import "bootstrap/scss/bootstrap";
.container{
min-height: calc(100vh - 70px - 24px);
}

View File

@ -0,0 +1 @@
$primary: #0790a9;

View File

@ -5,8 +5,7 @@ import router from './router'
import axios from 'axios'
import 'bootstrap/dist/css/bootstrap.min.css'
import './assets/custom.css'
import './assets/global.scss'
const app = createApp(App)