svgs-admin.scss
549 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
42
43
44
45
/**
* Settings Page
*/
.svgs-version {
font-size: 10px;
margin-left: 7px;
}
.postbox .inside a {
text-decoration: none;
}
h3 {
padding: 0 12px;
}
.help-tab-content h3 {
padding: 0;
}
h3.inner-title {
padding: 0;
font-size: 1.2em;
}
.metabox-holder {
.postbox>h3,
.stuffbox>h3,
h2.hndle,
h3.hndle {
font-size: 1.3em;
font-weight: 600;
}
}
.shortpixel-logo img {
position: absolute;
right: 10px;
bottom: 0;
width: 140px;
}
/**
* Media Library
*/
table.media .column-title .media-icon img {
width: 60px;
// height: 60px;
}