mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: preferneces style
This commit is contained in:
@@ -15,8 +15,10 @@ export default function Dashboard() {
|
|||||||
<div className={classNames('dashboard')}>
|
<div className={classNames('dashboard')}>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route path="/preferences">
|
<Route path="/preferences">
|
||||||
<Sidebar />
|
<DashboardSplitPane>
|
||||||
<PreferencesSidebar />
|
<Sidebar />
|
||||||
|
<PreferencesSidebar />
|
||||||
|
</DashboardSplitPane>
|
||||||
<PreferencesContent />
|
<PreferencesContent />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
@@ -32,4 +34,4 @@ export default function Dashboard() {
|
|||||||
<DialogsContainer />
|
<DialogsContainer />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
.dashboard-content--preferences {
|
.dashboard-content--preferences {
|
||||||
margin-left: 430px;
|
// margin-left: 430px;
|
||||||
height: 700px;
|
margin-left: 410px;
|
||||||
|
width: 100%;
|
||||||
|
// height: max-content;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,7 +60,9 @@
|
|||||||
.preferences__sidebar {
|
.preferences__sidebar {
|
||||||
background: #fdfdfd;
|
background: #fdfdfd;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 220px;
|
// left: 220px;
|
||||||
|
left: 200px;
|
||||||
|
top: 1px;
|
||||||
min-width: 210px;
|
min-width: 210px;
|
||||||
max-width: 210px;
|
max-width: 210px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -104,10 +108,9 @@
|
|||||||
// Preference
|
// Preference
|
||||||
//---------------------------------
|
//---------------------------------
|
||||||
.preferences__inside-content--general {
|
.preferences__inside-content--general {
|
||||||
|
|
||||||
.bp3-form-group {
|
.bp3-form-group {
|
||||||
margin: 25px 20px 20px;
|
margin: 25px 20px 20px;
|
||||||
|
|
||||||
.bp3-label {
|
.bp3-label {
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
}
|
}
|
||||||
@@ -117,8 +120,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-group--org-name,
|
.form-group--org-name,
|
||||||
.form-group--org-industry{
|
.form-group--org-industry {
|
||||||
|
|
||||||
.bp3-form-content {
|
.bp3-form-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
|||||||
Reference in New Issue
Block a user