fix: fix notes.

This commit is contained in:
elforjani13
2021-12-08 22:43:44 +02:00
parent 3690c88c04
commit c89b8b131d
15 changed files with 103 additions and 30 deletions

View File

@@ -66,6 +66,20 @@
.bp3-callout {
font-size: 14px;
}
.credit-remaining {
display: flex;
justify-content: flex-end;
padding-top: 5px;
padding-bottom: 15px;
&__label {
}
&__balance {
font-weight: 500;
color: #343463;
margin-left: 5px;
}
}
.bp3-dialog-footer {
display: flex;
justify-content: flex-start;