mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
27
scss/includes/encounterbuilder.scss
Normal file
27
scss/includes/encounterbuilder.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user