foundry-dsa41-game/src/style/molecules/_fieldset.scss

14 lines
161 B
SCSS

.dsa41 {
fieldset {
border-left: 0;
border-bottom: 0;
border-right: 0;
legend {
padding: 0 16px;
text-align: center;
}
}
}