default button styling 60% width
This commit is contained in:
parent
34f790caa3
commit
9b6bf4442e
@ -212,6 +212,8 @@
|
||||
|
||||
.combiner {
|
||||
grid-area: combiner;
|
||||
display: flex;
|
||||
width: 60%;
|
||||
button {
|
||||
margin-top: 1em;
|
||||
line-height: 1.3;
|
||||
@ -219,15 +221,7 @@
|
||||
|
||||
|
||||
letter-spacing: 0.1em;
|
||||
background-color: @yellow;
|
||||
color: black;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
&[disabled] {
|
||||
border: 0.1em solid @gray;
|
||||
border-left: 0;
|
||||
color: @gray-exists;
|
||||
};
|
||||
transition-property: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -89,11 +89,7 @@ function specThresholds(player, fullInfo, info) {
|
||||
return (
|
||||
<div>
|
||||
<div class="thresholds">
|
||||
{thresholds[0]}
|
||||
{thresholds[1]}
|
||||
</div>
|
||||
<div class="thresholds">
|
||||
{thresholds[2]}
|
||||
{thresholds}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user