|
@@ -6,18 +6,15 @@
|
|
|
// declare $height with the same value as the sidebar nav width
|
|
// declare $height with the same value as the sidebar nav width
|
|
|
$height: var.$grw-sidebar-nav-width;
|
|
$height: var.$grw-sidebar-nav-width;
|
|
|
|
|
|
|
|
- // set position and z-index to prevent dropdowns covered by other element
|
|
|
|
|
- position: relative;
|
|
|
|
|
- z-index: bs.$zindex-fixed;
|
|
|
|
|
-
|
|
|
|
|
height: $height;
|
|
height: $height;
|
|
|
- border-right : 1px solid var(--bs-border-color);
|
|
|
|
|
|
|
|
|
|
.grw-logo {
|
|
.grw-logo {
|
|
|
$width: var.$grw-sidebar-nav-width;
|
|
$width: var.$grw-sidebar-nav-width;
|
|
|
$logomark-width: 27.7px;
|
|
$logomark-width: 27.7px;
|
|
|
$logomark-height: 24px;
|
|
$logomark-height: 24px;
|
|
|
|
|
|
|
|
|
|
+ width: $width;
|
|
|
|
|
+
|
|
|
svg {
|
|
svg {
|
|
|
width: $width;
|
|
width: $width;
|
|
|
height: $height;
|
|
height: $height;
|