55 lines
1.2 KiB
SCSS
55 lines
1.2 KiB
SCSS
@import "variables";
|
|
|
|
vn-travel-extra-community {
|
|
.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;
|
|
color: $color-font-light;
|
|
border-bottom: 1px solid #f7931e;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
vn-td-editable text {
|
|
background-color: transparent;
|
|
padding: 0;
|
|
border: 0;
|
|
border-bottom: 1px dashed $color-active;
|
|
border-radius: 0;
|
|
color: $color-active
|
|
}
|
|
|
|
vn-td-editable text:after {
|
|
font-family: 'Material Icons';
|
|
content: 'edit';
|
|
position: absolute;
|
|
margin-left: 5px;
|
|
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
|
|
}
|
|
} |