blob: 0a986d5261181260e12097e856960b120a8a08fe [file] [log] [blame]
@charset "utf-8";
@import "../util";
.vc.fragment, p.query.fragment {
position:relative;
@include choose-item;
border : {
width: $border-size;
style: solid;
radius: $standard-border-radius;
}
padding: 4pt 6pt !important;
margin: {
// left: $border-size;
left: $left-distance;
top: .5em;
bottom: .5em;
right: $right-view-distance;
}
&:hover {
cursor:pointer;
@include choose-hover;
}
// This is the description
> span:first-of-type {
font-weight: bold;
padding-right: 4pt;
}
// Query fragment
> span:nth-of-type(2) {
padding-right: 1.2em;
}
&::after {
font-family: 'FontAwesome';
content: $fa-to-query;
position: absolute;
right: 4pt;
top: $border-size;
}
}