mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
feat: style preferences general section.
This commit is contained in:
@@ -31,6 +31,7 @@ function GeneralPreferences({
|
|||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<div class="preferences__inside-content preferences__inside-content--general">
|
||||||
<form onSubmit={formik.handleSubmit}>
|
<form onSubmit={formik.handleSubmit}>
|
||||||
<FormGroup
|
<FormGroup
|
||||||
label={'Organization Name'}
|
label={'Organization Name'}
|
||||||
@@ -62,6 +63,7 @@ function GeneralPreferences({
|
|||||||
|
|
||||||
<Button intent={Intent.PRIMARY} type="submit">{ 'Save' }</Button>
|
<Button intent={Intent.PRIMARY} type="submit">{ 'Save' }</Button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -61,3 +61,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.preferences__inside-content--general{
|
||||||
|
|
||||||
|
.bp3-form-group{
|
||||||
|
|
||||||
|
.bp3-label{
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user