2020-08-23 04:05:07 +02:00
|
|
|
.buttons {
|
|
|
|
display: flex;
|
2020-09-16 04:16:05 +02:00
|
|
|
align-items: center;
|
2020-08-23 04:05:07 +02:00
|
|
|
}
|
|
|
|
|
2020-09-16 04:16:05 +02:00
|
|
|
.buttons button + * {
|
2020-08-23 04:05:07 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2020-09-22 06:34:55 +02:00
|
|
|
|
|
|
|
.center {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|