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:
Ahmed Bouhuolia
2020-10-18 00:31:02 +02:00
parent f211950c7f
commit 00ba1bb75e
8 changed files with 260 additions and 266 deletions

View File

@@ -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);

View File

@@ -103,11 +103,15 @@
.td.actions{
.bp3-button{
background-color: transparent;
color: #E68F8E;
color: #e66d6d;
&:hover{
color: #c23030;
}
svg{
color: inherit;
}
}
}