Improve navbar brand visualisation

This commit is contained in:
riggraz
2019-09-24 16:37:55 +02:00
parent c554d68f54
commit 9bdbcef0ab
3 changed files with 14 additions and 7 deletions

View File

@@ -16,10 +16,15 @@
.navbar-brand {
font-size: 18pt;
font-weight: 700;
}
.logo img {
width: 48px;
.logo {
@extend
.d-inline-block,
.align-top,
.mr-2;
width: 36px;
}
}
.boardsNav {

View File

@@ -5,9 +5,9 @@
@import 'general/components';
@import 'general/custom_texts';
@import 'general/form';
@import 'general/header';
@import 'general/icons';
@import 'general/index';
@import 'general/navbar';
/* Components */
@import 'components/Board';