summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_tooltip.scss
blob: 0049fe1b8ac259ddc46780ac29847e59fe30b221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@charset 'UTF-8';

.tooltip {
    .tooltip-inner {
        font-size: 13px;
        font-weight: 500;
        padding: 3px 10px 4px;
        word-break: break-word;
    }
}

#webrtcTooltip {
    .tooltip-inner {
        word-break: normal;
    }
}