mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
optimize: style dashboard topbar.
fix: seed view roles relations. fix: stopped all resources reducers temp. fix: stopped filter dropdown component temp.
This commit is contained in:
@@ -4,18 +4,10 @@
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
|
||||
&:before{
|
||||
content: "";
|
||||
height: 1px;
|
||||
background: #01194e;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__topbar{
|
||||
width: 100%;
|
||||
min-height: 62px;
|
||||
min-height: 60px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid #F2EFEF;
|
||||
@@ -210,9 +202,9 @@
|
||||
margin-left: 2px;
|
||||
|
||||
h1{
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
color: #2c2c39;
|
||||
font-size: 22px;
|
||||
color: #333363;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
}
|
||||
h3{
|
||||
@@ -220,7 +212,7 @@
|
||||
padding-left: 10px;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
color: #777;
|
||||
color: #101052;
|
||||
margin: 0 0 0 12px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
@@ -268,6 +260,15 @@
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
|
||||
&:before{
|
||||
content: "";
|
||||
height: 1px;
|
||||
background: #01194e;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sidebar--mini-sidebar + &{
|
||||
margin-left: 50px;
|
||||
width: calc(100% - 50px);
|
||||
|
||||
@@ -103,11 +103,15 @@
|
||||
.td.actions{
|
||||
.bp3-button{
|
||||
background-color: transparent;
|
||||
color: #E68F8E;
|
||||
color: #e66d6d;
|
||||
|
||||
&:hover{
|
||||
color: #c23030;
|
||||
}
|
||||
|
||||
svg{
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user