Skip to content

Commit

Permalink
Adjust css variables, make sidebar item font weight bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cristijora committed Dec 3, 2018
1 parent 169da17 commit edcf5cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@

p{
margin: 0;
font-weight: $font-weight-normal;
line-height: 30px;
position: relative;
display: block;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/sass/black-dashboard/custom/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ module.exports = {
localeDir: 'locales',
enableInSFC: false
}
},
css: {
// Enable CSS source maps.
sourceMap: true
}
};

0 comments on commit edcf5cb

Please sign in to comment.