form-table.scss
722 Bytes
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
.ame-rendered-form-table {
.ws_tooltip_trigger .dashicons {
$reducedHeight: 14px;
font-size: 18px;
height: $reducedHeight;
}
td .ws_tooltip_trigger .dashicons {
vertical-align: text-top;
}
.ame-understated-tooltip .dashicons {
color: #777;
}
.ame-understated-tooltip:hover .dashicons {
color: unset;
}
//WordPress sets the vertical alignment of labels to "middle" by default.
//For labels in group titles, we need to change that back to "baseline"
//to align the title with the tooltip trigger.
th.ame-customizable-cg-has-tooltip label {
vertical-align: baseline;
}
.ame-nested-section-header {
> td {
padding: 0;
}
h3, h4 {
font-size: 1.142857em;
color: #333A3F;
}
}
}