mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_timeline: Finish migration to 13.0
This commit is contained in:
committed by
CarlosRoca13
parent
1e21541b8f
commit
63c0353f28
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user