Styling
This commit is contained in:
parent
12b291cf0b
commit
f0d66300c4
|
@ -51,17 +51,19 @@
|
|||
.bd-remoteCardTags {
|
||||
color: #828a97;
|
||||
font-size: 10px;
|
||||
line-height: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.bd-buttonGroup {
|
||||
align-self: flex-end;
|
||||
justify-content: flex-end;
|
||||
flex-grow: 1;
|
||||
max-height: 20px;
|
||||
max-height: 30px;
|
||||
|
||||
.bd-button {
|
||||
font-size: 12px;
|
||||
font-size: 16px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue