diff --git a/website/client/assets/scss/task.scss b/website/client/assets/scss/task.scss index cb5873e251..35ee425538 100644 --- a/website/client/assets/scss/task.scss +++ b/website/client/assets/scss/task.scss @@ -291,30 +291,19 @@ .habit-control { border-radius: 100px; color: $white; - display: flex; - flex-direction: column; .svg-icon { width: 10px; height: 10px; - margin: auto; + margin: 0 auto; } -} -.positive, -.negative { - align-items: center; - display: flex; - - > svg { - margin: auto; - width: 10px; + .positive { + margin-top: 9px; } -} -.negative { - > svg { - height: 2px; + .negative { + margin-top: 13px; } } diff --git a/website/client/components/header/menu.vue b/website/client/components/header/menu.vue index caef07f6e0..04ae3439e6 100644 --- a/website/client/components/header/menu.vue +++ b/website/client/components/header/menu.vue @@ -290,7 +290,6 @@ div margin-right: 24px; } - &:focus /deep/ .top-menu-icon.svg-icon, &:hover /deep/ .top-menu-icon.svg-icon { color: $white; } diff --git a/website/client/components/shops/shopItem.vue b/website/client/components/shops/shopItem.vue index 24d0399b8f..15daa6097e 100644 --- a/website/client/components/shops/shopItem.vue +++ b/website/client/components/shops/shopItem.vue @@ -1,7 +1,7 @@