aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/showConnections/styles.css
blob: 383593c1187bebf33cf391e287db62e3bb012a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
.vc-user-connection {
    all: unset;
    display: inline-block;
    cursor: pointer;
}

.vc-sc-tooltip {
    display: inline-flex;
    gap: 0.25em;
    align-items: center;
}