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

@@ -12,32 +12,32 @@
font-weight: 600;
}
}
.bp3-form-group {
.bp4-form-group {
margin-bottom: 24px;
.bp3-input-group {
.bp3-input {
.bp4-input-group {
.bp4-input {
height: 38px;
}
}
.bp3-input,
.form-group--select-list .bp3-button{
.bp4-input,
.form-group--select-list .bp4-button{
font-size: 15px;
}
}
label.bp3-label{
label.bp4-label{
color: #20242e;
}
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal) {
width: 100%;
height: 38px;
padding: 8px;
}
.bp3-text-muted {
.bp4-text-muted {
color: #000000;
}
@@ -50,14 +50,14 @@
}
.register-org-button {
.bp3-button {
.bp4-button {
background-color: #1c2448;
height: 40px;
font-size: 15px;
width: 100%;
&:disabled,
&.bp3-loading{
&.bp4-loading{
background-color: rgba(28, 36, 72, 0.5);
}
}