2020-11-11 11:34:07 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2020-11-13 08:30:40 +00:00
|
|
|
vn-travel-extra-community {
|
2020-11-11 11:34:07 +00:00
|
|
|
.header {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 1;
|
|
|
|
padding: 7px;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
font-weight: lighter;
|
2022-03-28 09:57:19 +00:00
|
|
|
background-color: $color-bg;
|
|
|
|
color: white;
|
2020-11-11 11:34:07 +00:00
|
|
|
border-bottom: 1px solid #f7931e;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2022-09-13 13:11:14 +00:00
|
|
|
cursor: pointer;
|
2020-11-11 11:34:07 +00:00
|
|
|
}
|
|
|
|
|
2022-09-13 13:11:14 +00:00
|
|
|
table[vn-droppable] {
|
2020-11-20 14:05:57 +00:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2022-09-13 13:11:14 +00:00
|
|
|
tr[draggable] {
|
|
|
|
transition: all .5s;
|
|
|
|
cursor: move;
|
|
|
|
overflow: auto;
|
|
|
|
outline: 0;
|
|
|
|
height: 65px;
|
|
|
|
pointer-events: fill;
|
|
|
|
user-select:all;
|
2020-11-20 14:05:57 +00:00
|
|
|
}
|
|
|
|
|
2022-09-13 13:11:14 +00:00
|
|
|
tr[draggable] *::selection{
|
|
|
|
background-color: transparent;
|
2020-11-20 14:05:57 +00:00
|
|
|
}
|
|
|
|
|
2022-09-13 13:11:14 +00:00
|
|
|
tr[draggable]:hover {
|
|
|
|
background-color: $color-hover-cd;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr[draggable].dragging {
|
|
|
|
background-color: $color-primary-light;
|
|
|
|
color: $color-font-light;
|
|
|
|
font-weight:bold;
|
2020-11-20 14:05:57 +00:00
|
|
|
}
|
|
|
|
|
2022-09-13 13:11:14 +00:00
|
|
|
.td-editable{
|
|
|
|
input{
|
|
|
|
font-size: 1.25rem!important;
|
|
|
|
}
|
2020-11-20 14:05:57 +00:00
|
|
|
}
|
|
|
|
|
2022-09-13 13:11:14 +00:00
|
|
|
.number *{
|
|
|
|
text-align: right;
|
2020-11-11 11:34:07 +00:00
|
|
|
}
|
2022-09-13 13:11:14 +00:00
|
|
|
}
|