mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: migrate to pnpm (#253)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user