-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathmedia.css
More file actions
41 lines (37 loc) · 802 Bytes
/
media.css
File metadata and controls
41 lines (37 loc) · 802 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
39
40
41
.tsf-image-notifications {
line-height: 1;
vertical-align: bottom;
> .tsf-tooltip-wrap {
/* In gutenberg, this ensures the wrap has the size of its contents, not sure why it’s
not required in the classic editor. */
display: inline-block;
}
}
.tsf-set-image-button.button,
.tsf-remove-image-button.button,
.tsf-image-preview,
.tsf-image-warning {
margin-inline-end: 8px;
}
.tsf-image-preview,
.tsf-image-warning {
font-size: 22px;
}
:where( .tsf-image-preview, .tsf-image-warning ):after {
content: "\f128";
display: inline-block;
line-height: 1;
font-family: dashicons;
font-style: normal;
font-weight: 400;
vertical-align: baseline;
}
.tsf-image-warning:after {
content: "\f534";
}
.tsf-media-warning:after {
color: #ffae00;
}
.tsf-media-error:after {
color: #d63638;
}