1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@import '../../colors'; .configuration-pane { height: 100%; display: flex; align-items: center; justify-content: center; background-color: $color-primary-0; .pane { flex-basis: 900px; margin-bottom: 200px; } .pane-container { padding-bottom: 1px; } }