7 lines
73 B
CSS
7 lines
73 B
CSS
.wb-box {
|
|
padding: 1em;
|
|
|
|
&:not(.-no-width)>* {
|
|
width: 100%;
|
|
}
|
|
} |