From 08e438d07333b5a848e82513a60509394caa315f Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Sat, 21 Jan 2023 17:27:01 +0100 Subject: [PATCH] fix --- app/assets/stylesheets/admin/pure/style.sass | 4 ++-- app/assets/stylesheets/admin/pure/variables.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/admin/pure/style.sass b/app/assets/stylesheets/admin/pure/style.sass index e611a50f0..2200d7a0f 100644 --- a/app/assets/stylesheets/admin/pure/style.sass +++ b/app/assets/stylesheets/admin/pure/style.sass @@ -66,11 +66,11 @@ h2 text-transform: uppercase .row-small - margin-right: calc(-.5 * #{$spacing1}) margin-left: calc(-.5 * #{$spacing1}) + margin-right: calc(-.5 * #{$spacing1}) > * - padding-right: calc(.5 * #{$spacing1}) padding-left: calc(.5 * #{$spacing1}) + padding-right: calc(.5 * #{$spacing1}) a text-decoration: none text-decoration-thickness: 1px diff --git a/app/assets/stylesheets/admin/pure/variables.sass b/app/assets/stylesheets/admin/pure/variables.sass index add89946e..af50a5ca4 100644 --- a/app/assets/stylesheets/admin/pure/variables.sass +++ b/app/assets/stylesheets/admin/pure/variables.sass @@ -6,7 +6,7 @@ $color-border: rgba(0, 0, 0, 0.1) $color-background-alt: #F2F2F2 $color-background: #FFFFFF -$color-valid: #bedabe +$color-valid: #BEDABE // Spacing $spacing0: px2rem(12) -- GitLab