decentraland-ui
Version:
Decentraland's UI components and styles
24 lines (18 loc) • 281 B
CSS
.dcl.section {
position: relative;
}
.dcl.section.tiny {
margin-bottom: 8px;
}
.dcl.section.small {
margin-bottom: 24px;
}
.dcl.section.medium {
margin-bottom: 32px;
}
.dcl.section.large {
margin-bottom: 48px;
}
.dcl.section .ui.header.sub {
margin-bottom: 8px;
}