合并企业版代码(未测试,先提交到测试分支)
This commit is contained in:
35
mrp_workorder/static/src/components/summary_step.scss
Normal file
35
mrp_workorder/static/src/components/summary_step.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
.o_tablet_client_action .o_tablet_summary {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin: 4em;
|
||||
|
||||
.o_tablet_summary_quality {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 1.5em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 50%;
|
||||
th,td {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
margin: 0 0.5em;
|
||||
font-size: 1.5em;
|
||||
color: yellow;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user