salix/modules/travel/front/extra-community/style.scss

67 lines
1.3 KiB
SCSS
Raw Normal View History

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;
2022-10-07 12:35:16 +00:00
font-size: 1.1rem;
2020-11-11 11:34:07 +00:00
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;
cursor: pointer;
2020-11-11 11:34:07 +00:00
}
table[vn-droppable] {
2020-11-20 14:05:57 +00:00
border-radius: 0;
}
tr[draggable] {
transition: all .5s;
cursor: move;
overflow: auto;
outline: 0;
height: 65px;
pointer-events: fill;
2022-10-07 12:35:16 +00:00
user-select: all;
2020-11-20 14:05:57 +00:00
}
2022-10-07 12:35:16 +00:00
tr[draggable] *::selection {
background-color: transparent;
2020-11-20 14:05:57 +00:00
}
tr[draggable]:hover {
background-color: $color-hover-cd;
}
tr[draggable].dragging {
background-color: $color-primary-light;
color: $color-font-light;
2022-10-07 12:35:16 +00:00
font-weight: bold;
2020-11-20 14:05:57 +00:00
}
2022-10-07 12:35:16 +00:00
.td-editable {
max-width: 200px;
2020-11-20 14:05:57 +00:00
}
2022-10-07 12:35:16 +00:00
vn-input-number.number {
min-width: 100px;
}
.number * {
text-align: center;
2020-11-11 11:34:07 +00:00
}
2022-10-10 06:57:41 +00:00
.multi-line{
max-width: 200px;
word-wrap: normal;
white-space: normal;
}
}