Merge pull request 'SCSS' (#12) from feature-scss into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
This commit is contained in:
commit
ac39750cd4
14906
package-lock.json
generated
14906
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,6 +18,8 @@
|
||||
"core-js": "^3.6.5",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^7.0.0",
|
||||
"sass": "^1.37.5",
|
||||
"sass-loader": "^10.2.0",
|
||||
"vue": "^3.0.0",
|
||||
"vue-router": "^4.0.0-0"
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
1
src/assets/variables.scss
Normal file
1
src/assets/variables.scss
Normal file
@ -0,0 +1 @@
|
||||
$primary: #0790a9;
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user