Adjust css variables, make sidebar item font weight bigger

This commit is contained in:
cristij 2018-12-03 22:02:03 +02:00
parent 169da17b10
commit edcf5cbd4f
3 changed files with 6 additions and 1 deletions

View File

@ -244,6 +244,7 @@
p{
margin: 0;
font-weight: $font-weight-normal;
line-height: 30px;
position: relative;
display: block;

View File

@ -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;

View File

@ -8,5 +8,9 @@ module.exports = {
localeDir: 'locales',
enableInSFC: false
}
},
css: {
// Enable CSS source maps.
sourceMap: true
}
};