Fix schermo client produzione production

This commit is contained in:
Alessandro Francia
2018-07-03 15:26:36 +02:00
parent 39d1e0d21e
commit 912e27a75c
2 changed files with 8 additions and 8 deletions
@@ -16,7 +16,7 @@
flex-flow: row;
float: left;
.list-tab-vertical{
width: 56px;
width: 48px;
height: 100%;
display: flex;
flex-flow: column;
@@ -42,7 +42,7 @@
float: left;
.box-header{
width: 1040px;
height: 80px;
height: 72px;
display: flex;
flex-flow: row;
justify-content: center;
@@ -170,7 +170,7 @@
.process{
font-size: 40px;
color: @color-darkish-blue;
width: 48px;
width: 40px;
height: 168px;
margin-left: 8px;
border-radius: 2px;
@@ -186,7 +186,7 @@
cursor: pointer;
&.selected{
width: 56px;
width: 48px;
height: 208px;
margin:0;
box-shadow: 0 1px 2px 0 @color-black-40;
+4 -4
View File
@@ -9703,7 +9703,7 @@ footer .container button.big:before {
float: left;
}
.production-container .production-box .production-left-box .list-tab-vertical {
width: 56px;
width: 48px;
height: 100%;
display: flex;
flex-flow: column;
@@ -9730,7 +9730,7 @@ footer .container button.big:before {
}
.production-container .production-box .production-left-box .box-left .box-left-video .box-header {
width: 1040px;
height: 80px;
height: 72px;
display: flex;
flex-flow: row;
justify-content: center;
@@ -9853,7 +9853,7 @@ footer .container button.big:before {
.process-selection-maintenance .process {
font-size: 40px;
color: #002680;
width: 48px;
width: 40px;
height: 168px;
margin-left: 8px;
border-radius: 2px;
@@ -9867,7 +9867,7 @@ footer .container button.big:before {
cursor: pointer;
}
.process-selection-maintenance .process.selected {
width: 56px;
width: 48px;
height: 208px;
margin: 0;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);