UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

62 lines (50 loc) 1.05 kB
.dcl.row { position: relative; display: flex; flex-flow: row nowrap; align-items: center; } .dcl.row.grow { flex: 1 0 auto; } .dcl.row.shrink { flex: 0 1 auto; } .dcl.row.grow.shrink { flex: 1 1 auto; } .dcl.row.left { justify-content: flex-start; } .dcl.row.right { justify-content: flex-end; } .dcl.row.center { justify-content: center; } .dcl.row > .ui.header { margin: 0px !important; } .dcl.row > .ui.button.basic { padding: 0px; } .dcl.row > .ui.button + .ui.button, .dcl.row > .ui.dropdown + .ui.button, .dcl.row > .ui.dropdown + .ui.dropdown, .dcl.row > .ui.button + .ui.dropdown, .dcl.row > .ui.checkbox + .ui.checkbox { margin-left: 16px; } @media (max-width: 768px) { .dcl.row.stacked { flex-direction: column; } .dcl.row.stacked > .ui.button + .ui.button, .dcl.row.stacked > .ui.dropdown + .ui.button, .dcl.row.stacked > .ui.dropdown + .ui.dropdown, .dcl.row.stacked > .ui.button + .ui.dropdown, .dcl.row > .ui.checkbox + .ui.checkbox { margin-top: 16px; margin-left: 0px; } }