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

55 lines
1.2 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;
font-size: 1.25rem;
line-height: 1;
padding: 7px;
padding-bottom: 7px;
padding-bottom: 4px;
font-weight: lighter;
background-color: #fde6ca;
2020-11-20 14:05:57 +00:00
color: $color-font-light;
2020-11-11 11:34:07 +00:00
border-bottom: 1px solid #f7931e;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
2020-11-20 14:05:57 +00:00
vn-td-editable text {
background-color: transparent;
padding: 0;
border: 0;
border-bottom: 1px dashed $color-active;
border-radius: 0;
color: $color-active
}
2021-01-07 13:21:17 +00:00
vn-td-editable:hover text:after {
2020-11-20 14:05:57 +00:00
font-family: 'Material Icons';
content: 'edit';
position: absolute;
2021-01-07 13:21:17 +00:00
right: -15px;
2020-11-20 14:05:57 +00:00
color: $color-spacer
}
vn-table[vn-droppable] {
border-radius: 0;
}
a[draggable] {
transition: all .5s;
cursor: move;
outline: 0;
}
a[draggable]:hover {
background-color: $color-hover-cd
}
a[draggable].dragging {
background-color: $color-success-light;
font-weight:bold
2020-11-11 11:34:07 +00:00
}
}