summaryrefslogtreecommitdiff
path: root/assets/css/src/tooltip.css
blob: 769f1120bc38690ffcb625dad572fbfc36bf3135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.tooltip i.fa {
    cursor: pointer
}

.tooltip .fa-info-circle {
    color: var(--color-light);
}

#tooltip-container {
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 6px 12px #aaa;
    position: absolute;
    min-width: 350px
}

#tooltip-container .markdown p {
    margin-bottom: 0
}

#tooltip-container .tooltip-large {
    width: 600px
}