diff --git a/scss/import/dashboard.scss b/scss/import/dashboard.scss index ebbad2e..97eb321 100644 --- a/scss/import/dashboard.scss +++ b/scss/import/dashboard.scss @@ -7,6 +7,28 @@ .item { @include dropdown-floating; } + .right.menu { + .item { + background: unset; + border-radius: unset; + color: $white; + margin: -15px .35714286em; + padding: calc(.78571429em + 15px) .92857143em; + &.active { + border-bottom: 2px solid white; + } + .basic.blue.button { + background: $bg60; + box-shadow: unset !important; + border-radius: $border-radius; + color: $white !important; + font-weight: 700; + &:hover { + background: $bg50; + } + } + } + } } } .divider { diff --git a/scss/import/include.scss b/scss/import/include.scss index 3f3df8e..88242ec 100644 --- a/scss/import/include.scss +++ b/scss/import/include.scss @@ -223,6 +223,7 @@ border: 0; } .item { + background: $bg50 !important; border-radius: 0; color: $white !important; &:hover {