Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
cb9c1e5c
Commit
cb9c1e5c
authored
Oct 14, 2021
by
gj4210
👁
Committed by
janis.streib
Dec 05, 2021
Browse files
FIX: SCSS import order
parent
f591d7a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/assets/css/variables.scss
View file @
cb9c1e5c
@import
'../../../node_modules/bootstrap/scss/bootstrap.scss'
;
$font-size-base
:
.9rem
;
$spacer
:
.9rem
;
$container-width-factor
:
1
.2
;
...
...
@@ -8,6 +7,7 @@ $container-max-widths: (
lg
:
960px
*
$container-width-factor
,
xl
:
1140px
*
$container-width-factor
)
!
default
;
@import
'../../../node_modules/bootstrap/scss/bootstrap.scss'
;
$left-sidebar-width
:
230px
;
$left-sidebar-hidden-width
:
50px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment