MyCrypto/common/containers/TabSection/WebTemplate.scss

11 lines
133 B
SCSS

.WebTemplate {
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
&-spacer {
flex-grow: 2;
}
}