Adjust css variables, make sidebar item font weight bigger
This commit is contained in:
parent
169da17b10
commit
edcf5cbd4f
@ -244,6 +244,7 @@
|
||||
|
||||
p{
|
||||
margin: 0;
|
||||
font-weight: $font-weight-normal;
|
||||
line-height: 30px;
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
@ -117,7 +117,7 @@ $info-states: #3358f4 !default;
|
||||
$warning-states: #ff6491 !default;
|
||||
$danger-states: #ec250d !default;
|
||||
$black-states: #1d253b !default;
|
||||
$vue-states: #38ef7d !default;
|
||||
$vue-states: #389466 !default;
|
||||
|
||||
$background-black: #1e1e2f !default;
|
||||
$background-states-black: #1e1e24 !default;
|
||||
|
||||
@ -8,5 +8,9 @@ module.exports = {
|
||||
localeDir: 'locales',
|
||||
enableInSFC: false
|
||||
}
|
||||
},
|
||||
css: {
|
||||
// Enable CSS source maps.
|
||||
sourceMap: true
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user