From 5ffa533274cda262a29ad763f1332878340a602b Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Thu, 29 Dec 2022 16:33:35 +0100 Subject: [PATCH] icons --- assets/sass/_theme/_utils.sass | 2 +- assets/sass/_theme/design-system/nav.sass | 4 +--- assets/sass/_theme/sections/posts.sass | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/assets/sass/_theme/_utils.sass b/assets/sass/_theme/_utils.sass index 8a57d1a2..e6b59fd9 100644 --- a/assets/sass/_theme/_utils.sass +++ b/assets/sass/_theme/_utils.sass @@ -289,7 +289,7 @@ @include button-reset line-height: $body-line-height border: 1px solid $hero-color - padding: $spacing0 $spacing1 + padding: half($spacing0) $spacing1 white-space: nowrap @if $icon @include icon-block($icon, after) diff --git a/assets/sass/_theme/design-system/nav.sass b/assets/sass/_theme/design-system/nav.sass index 44171cd0..0382a5be 100644 --- a/assets/sass/_theme/design-system/nav.sass +++ b/assets/sass/_theme/design-system/nav.sass @@ -165,11 +165,9 @@ li:not(:last-child) margin-right: 1rem a - font-size: px2rem(13) text-decoration: none padding: $spacing0 - &::before - font-size: px2rem(13) + font-size: px2rem(24) &:hover opacity: 0.7 &::after diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass index a9daacc9..84d7e623 100644 --- a/assets/sass/_theme/sections/posts.sass +++ b/assets/sass/_theme/sections/posts.sass @@ -138,7 +138,7 @@ text-align: right flex: 1 a - @include meta + // @include meta @include link($color-accent) .share justify-content: flex-end -- GitLab