fix: buttons - styles on register button + bug on join buttons fixed
This commit is contained in:
parent
d38bae5b88
commit
8fa314b584
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user