mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Improve navbar brand visualisation
This commit is contained in:
@@ -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 {
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user