This commit is contained in:
Jiiks 2018-11-29 00:22:04 +02:00
parent 12b291cf0b
commit f0d66300c4
1 changed files with 5 additions and 3 deletions

View File

@ -51,17 +51,19 @@
.bd-remoteCardTags { .bd-remoteCardTags {
color: #828a97; color: #828a97;
font-size: 10px; font-size: 10px;
line-height: 20px; display: flex;
flex-direction: column;
justify-content: flex-end;
} }
.bd-buttonGroup { .bd-buttonGroup {
align-self: flex-end; align-self: flex-end;
justify-content: flex-end; justify-content: flex-end;
flex-grow: 1; flex-grow: 1;
max-height: 20px; max-height: 30px;
.bd-button { .bd-button {
font-size: 12px; font-size: 16px;
padding: 5px 10px; padding: 5px 10px;
} }
} }