This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
@import "vars";
.ecgen {
&__ {
&wrp_add_players_btn_wrp {
width: calc(140px + 0.5rem);
}
&btn-random-adjust {
min-width: 135px;
}
}
&-player__ {
&wrp-row {
&:only-child {
.ecgen-player__btn-inline {
display: none !important;
}
}
}
&btn-inline {
font-size: 10px;
}
}
}