mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: migrate to pnpm (#253)
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
.paragraph {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.bp3-form-group{
|
||||
.bp4-form-group{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.bp3-dialog-footer-actions{
|
||||
.bp3-button{
|
||||
.bp4-dialog-footer-actions{
|
||||
.bp4-button{
|
||||
min-width: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// padding: 0.8rem 0.5rem;
|
||||
// }
|
||||
.td.amount {
|
||||
.bp3-popover-target {
|
||||
.bp4-popover-target {
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
|
||||
> span {
|
||||
@@ -17,10 +17,10 @@
|
||||
}
|
||||
}
|
||||
.note {
|
||||
.bp3-icon {
|
||||
.bp4-icon {
|
||||
color: #666;
|
||||
}
|
||||
.bp3-tooltip-indicator {
|
||||
.bp4-tooltip-indicator {
|
||||
cursor: initial;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -12,17 +12,17 @@
|
||||
flex: 1 0 0;
|
||||
}
|
||||
|
||||
.bp3-label{
|
||||
.bp4-label{
|
||||
min-width: 140px;
|
||||
}
|
||||
.bp3-form-content{
|
||||
.bp4-form-content{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bp3-form-group{
|
||||
.bp4-form-group{
|
||||
margin-bottom: 18px;
|
||||
|
||||
&.bp3-inline{
|
||||
&.bp4-inline{
|
||||
max-width: 440px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user