Fix schermo client produzione production
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user