[MIG] web_timeline: Finish migration to 13.0

This commit is contained in:
Alexandre Díaz
2020-03-23 02:39:25 +01:00
committed by CarlosRoca13
parent 1e21541b8f
commit 63c0353f28
23 changed files with 2166 additions and 1046 deletions

View File

@@ -1,8 +1,11 @@
$vis-weekend-background-color: #dcdcdc;
$vis-item-content-padding: 0 3px !important;
.oe_timeline_view .vis-timeline {
.vis-grid {
.vis-saturday, .vis-sunday {
// very light gray background in weekends
background: #DCDCDC;
&.vis-saturday,
&.vis-sunday {
background: $vis-weekend-background-color;
}
}
@@ -13,5 +16,17 @@
&.vis-item-overflow {
overflow: visible;
}
.vis-item-content {
padding: $vis-item-content-padding;
}
}
}
.oe_timeline_view_canvas {
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}