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