default button styling 60% width
This commit is contained in:
parent
34f790caa3
commit
9b6bf4442e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user