feat: migrate to pnpm (#253)

This commit is contained in:
Ahmed Bouhuolia
2023-10-04 12:17:27 +02:00
committed by GitHub
parent 5df454dd30
commit ee62e3e1c2
211 changed files with 25984 additions and 24350 deletions

View File

@@ -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;
}
}

View File

@@ -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;
}

View File

@@ -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;
}
}