mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
28 lines
320 B
SCSS
28 lines
320 B
SCSS
@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;
|
|
}
|
|
}
|
|
}
|