1
0
watterblock/ui/box.css

7 lines
73 B
CSS

.wb-box {
padding: 1em;
&:not(.-no-width)>* {
width: 100%;
}
}