fix: buttons - styles on register button + bug on join buttons fixed

This commit is contained in:
gaelle morin 2020-12-06 02:28:56 +01:00
parent d38bae5b88
commit 8fa314b584
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 8 additions and 4 deletions

View File

@ -12,6 +12,10 @@ a {
display: inline-block; display: inline-block;
} }
[data-id="error"] {
display: none !important; // Hide the default core message, english only with a weird message
}
&.button { &.button {
padding: 7.5px 20px; padding: 7.5px 20px;
border-radius: 16.5px; border-radius: 16.5px;
@ -30,19 +34,19 @@ a {
font-size: 15px; font-size: 15px;
margin-right: 6px; margin-right: 6px;
} }
&-semibold { &.text-semibold {
*, *,
& { & {
font-weight: 600; font-weight: 600;
} }
} }
&-bold { &.text-bold {
*, *,
& { & {
font-weight: 700; font-weight: 700;
} }
} }
&-uppercase { &.text-uppercase {
*, *,
& { & {
text-transform: uppercase; text-transform: uppercase;

View File

@ -1,4 +1,4 @@
solid-form { solid-form.button-register {
[data-id="error"] { [data-id="error"] {
display: none !important; // Hide the default core message, english only with a weird message display: none !important; // Hide the default core message, english only with a weird message