salix/client/client/src/descriptor-popover/style.scss

14 lines
275 B
SCSS
Raw Normal View History

vn-client-descriptor-popover {
div.popover{
2018-07-26 11:43:32 +00:00
width: 16em!important;
}
vn-client-descriptor {
display: block;
&>vn-card{
margin: 0!important;
}
.header > a:first-child {
display: none
}
}
}