default button styling 60% width

This commit is contained in:
Mashy 2019-11-23 17:20:43 +10:00
parent 34f790caa3
commit 9b6bf4442e
2 changed files with 3 additions and 13 deletions

View File

@ -212,6 +212,8 @@
.combiner { .combiner {
grid-area: combiner; grid-area: combiner;
display: flex;
width: 60%;
button { button {
margin-top: 1em; margin-top: 1em;
line-height: 1.3; line-height: 1.3;
@ -219,15 +221,7 @@
letter-spacing: 0.1em; letter-spacing: 0.1em;
background-color: @yellow;
color: black;
border-radius: 0;
border: 0; border: 0;
&[disabled] {
border: 0.1em solid @gray;
border-left: 0;
color: @gray-exists;
};
transition-property: 0; transition-property: 0;
} }
} }

View File

@ -89,11 +89,7 @@ function specThresholds(player, fullInfo, info) {
return ( return (
<div> <div>
<div class="thresholds"> <div class="thresholds">
{thresholds[0]} {thresholds}
{thresholds[1]}
</div>
<div class="thresholds">
{thresholds[2]}
</div> </div>
</div> </div>