Last fixes to the OH picker

This commit is contained in:
Pieter Vander Vennet 2021-06-16 16:39:48 +02:00
parent 64ec06bfc8
commit 48f66bd17e
11 changed files with 327 additions and 311 deletions

View file

@ -64,6 +64,7 @@
font-size: large;
padding: 0;
padding-right: 0.2em;
box-sizing: border-box;
}
.oh-timecell-0 {
@ -119,35 +120,6 @@
overflow: unset;
}
.oh-timerange-inner {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
height: 100%;
overflow-x: unset;
}
.oh-timerange-inner-small {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 100%;
width:100%;
}
.oh-delete-range{
width: 1.5em;
height: 1.5em;
background:black;
border-radius:0.75em;
}
.oh-delete-range img {
height: 100%;
max-width: 2em;
}
/**** Opening hours visualization table ****/
.ohviz-table {