|
@@ -11,12 +11,12 @@
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
position: fixed;
|
|
position: fixed;
|
|
- height: 55px;
|
|
|
|
- background: #B8B8B8;
|
|
|
|
|
|
+ height: 48px;
|
|
|
|
+ background: #F1F1F1;
|
|
top: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
- color:white;
|
|
|
|
- border-bottom: 1px solid #808080;
|
|
|
|
|
|
+ color:#707070;
|
|
|
|
+ box-shadow: 1px 1px rgb(0, 0, 0,0.16)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -28,12 +28,12 @@
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
justify-content:space-between;
|
|
justify-content:space-between;
|
|
- margin-top: 56px
|
|
|
|
|
|
+ margin-top: 50px
|
|
}
|
|
}
|
|
|
|
|
|
.horizontal_bars .toolbox{
|
|
.horizontal_bars .toolbox{
|
|
- width:200px;
|
|
|
|
- background: #B8B8B8;
|
|
|
|
|
|
+ width:306px;
|
|
|
|
+ background: #F1F1F1;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
position: fixed;
|
|
position: fixed;
|
|
@@ -42,8 +42,8 @@
|
|
}
|
|
}
|
|
|
|
|
|
.horizontal_bars .sidebar{
|
|
.horizontal_bars .sidebar{
|
|
- width: 200px;
|
|
|
|
- background: #B8B8B8;
|
|
|
|
|
|
+ width: 311px;
|
|
|
|
+ background: #F1F1F1;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|