aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/translate/styles.css
blob: b6d2223a51f56f96d629ad6f42f7263bb99f837f (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
26
27
28
29
30
31
32
33
34
35
36
37
.vc-trans-modal-content {
    padding: 1em;
}

.vc-trans-modal-header {
    justify-content: space-between;
    align-content: center;
}

.vc-trans-modal-header h1 {
    margin: 0;
}

.vc-trans-accessory {
    color: var(--text-muted);
    margin-top: 0.5em;
    font-style: italic;
    font-weight: 400;
}

.vc-trans-accessory svg {
    margin-right: 0.25em;
}

.vc-trans-dismiss {
    all: unset;
    cursor: pointer;
    color: var(--text-link);
}

.vc-trans-dismiss:is(:hover, :focus) {
    text-decoration: underline;
}

.vc-trans-auto-translate {
    color: var(--green-360);
}