mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: payment receive and made form.
This commit is contained in:
@@ -217,6 +217,10 @@ body.authentication {
|
||||
margin: -20px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
&__header-fields{
|
||||
width: 85%;
|
||||
}
|
||||
&__footer{
|
||||
padding: 15px;
|
||||
margin: 15px 0 0 0;
|
||||
@@ -429,4 +433,34 @@ body.authentication {
|
||||
&:not(.is-loading) .bp3-spinner{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.big-amount{
|
||||
|
||||
&__label{
|
||||
color: #5d6f90;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 14px;
|
||||
}
|
||||
&__number{
|
||||
margin: 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-weight: 400;
|
||||
margin-top: 6px;
|
||||
color: #343463;
|
||||
line-height: 1;
|
||||
font-size: 34px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.bp3-alert{
|
||||
.bp3-alert-footer{
|
||||
.bp3-button{
|
||||
min-width: 70px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user