Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .sequence-diagram { |
2 | @extend .flex-column; | ||||
3 | .sequence-diagram-sequencer { | ||||
4 | flex: 0 1 auto; | ||||
5 | margin-bottom: 30px; | ||||
6 | } | ||||
7 | .sequence-diagram-action-buttons { | ||||
8 | flex: 0.1; | ||||
9 | text-align: center; | ||||
10 | } | ||||
11 | } |