salix/front/salix/components/descriptor-popover/style.scss

18 lines
329 B
SCSS

@import "variables";
.vn-descriptor-popover {
vn-descriptor-content > .descriptor {
width: 256px;
& > .header {
a:first-child {
display: none;
}
vn-icon-button:nth-child(2) {
display: block;
}
}
}
}