From 8fa314b584c33c4a3c7bbc5cdfa9754b148a7168 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Sun, 6 Dec 2020 02:28:56 +0100 Subject: [PATCH] fix: buttons - styles on register button + bug on join buttons fixed --- src/styles/hubl-framework/buttons/_index.scss | 10 +++++++--- src/styles/hubl-framework/forms/_index.scss | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/styles/hubl-framework/buttons/_index.scss b/src/styles/hubl-framework/buttons/_index.scss index e071852..3c03ef9 100644 --- a/src/styles/hubl-framework/buttons/_index.scss +++ b/src/styles/hubl-framework/buttons/_index.scss @@ -12,6 +12,10 @@ a { display: inline-block; } + [data-id="error"] { + display: none !important; // Hide the default core message, english only with a weird message + } + &.button { padding: 7.5px 20px; border-radius: 16.5px; @@ -30,19 +34,19 @@ a { font-size: 15px; margin-right: 6px; } - &-semibold { + &.text-semibold { *, & { font-weight: 600; } } - &-bold { + &.text-bold { *, & { font-weight: 700; } } - &-uppercase { + &.text-uppercase { *, & { text-transform: uppercase; diff --git a/src/styles/hubl-framework/forms/_index.scss b/src/styles/hubl-framework/forms/_index.scss index f3563f6..d1f4fc8 100644 --- a/src/styles/hubl-framework/forms/_index.scss +++ b/src/styles/hubl-framework/forms/_index.scss @@ -1,4 +1,4 @@ -solid-form { +solid-form.button-register { [data-id="error"] { display: none !important; // Hide the default core message, english only with a weird message