ReactJS
1.controls {2position: relative;3display: flex;4flex-flow: row nowrap;5justify-content: space-between;6}
7
8.actions {9display: flex;10flex-flow: row nowrap;11}
12
13.actions > * + * {14margin: 0 0 0 13px;15}
16
17@media all and (min-width: 1024px) {18.controls {19order: 3;20flex: 0 0;21margin: 0 0 0 24px;22}23
24.actions {25display: none;26}27}
28