2017-10-13 16:11:37 -06:00
|
|
|
.app {
|
2018-07-23 19:20:41 -06:00
|
|
|
padding-top: 1em;
|
2018-08-11 20:35:34 +03:00
|
|
|
padding-bottom: 1em;
|
2017-10-13 16:11:37 -06:00
|
|
|
}
|
|
|
|
|
2018-06-26 11:53:22 -06:00
|
|
|
.flex-horizontal-space-between {
|
2018-07-02 15:22:59 -06:00
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
justify-content: space-between;
|
2018-06-26 11:53:22 -06:00
|
|
|
}
|
|
|
|
|
2018-07-22 14:50:08 -06:00
|
|
|
.flex {
|
|
|
|
display: flex !important;
|
2017-10-31 17:23:27 -06:00
|
|
|
}
|
|
|
|
|
2018-06-26 11:53:22 -06:00
|
|
|
.flex-spacer {
|
2018-07-02 15:22:59 -06:00
|
|
|
flex: 1;
|
|
|
|
}
|