You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
209 B
18 lines
209 B
7 years ago
|
.app {
|
||
7 years ago
|
padding-top: 1em;
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
.flex-horizontal-space-between {
|
||
7 years ago
|
display: flex;
|
||
|
align-items: baseline;
|
||
|
justify-content: space-between;
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
.flex {
|
||
|
display: flex !important;
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
.flex-spacer {
|
||
7 years ago
|
flex: 1;
|
||
|
}
|