aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/reviewDB/style.css
blob: 83cf087d3fbccb8282111823ff62ad5b9a30eb0c (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[class|="section"]:not([class|="lastSection"]) + .vc-rdb-view {
    margin-top: 12px;
}

.vc-rdb-badge {
    vertical-align: middle;
    margin-left: 4px;
}

.vc-rdb-input {
    margin-top: 6px;
    margin-bottom: 12px;
    resize: none;
    overflow: hidden;
    background: transparent;
    border: 1px solid var(--profile-message-input-border-color);
    font-size: 14px;
}

.vc-rdb-placeholder {
    margin-bottom: 4px;
    font-weight: bold;
    font-style: italic;
    color: var(--text-muted);
}

.vc-rdb-modal-footer {
    padding: 0;
}

.vc-rdb-modal-footer > div {
    width: 100%;
    margin: 6px 16px;
}

.vc-rdb-modal-footer .vc-rdb-input {
    margin-bottom: 0;
    background: var(--input-background);
}

.vc-rdb-modal-footer [class|="pageControlContainer"] {
    margin-top: 0;
}

.vc-rdb-modal-header {
    flex-grow: 1;
}

.vc-rdb-modal-reviews {
    margin-top: 16px;
}