_settings.scss
1.21 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.wp-admin {
.em-postbox-notice {
&.em-postbox-notice-info {
border-left: 4px solid #72aee6;
}
span.status {
font-style: italic;
&.enabled {
color: #00a32a;
}
&.disabled {
color: #999;
}
}
}
.em-settings-notice {
background: #fff;
border: 1px solid #c3c4c7;
border-left-width: 4px;
box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
margin: 10px 0 20px 0;
padding: 20px;
&.em-settings-notice-info {
border-left-color: #72aee6;
}
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
}
.dbem_advanced_formatting_modes_row {
th {
text-decoration: 2px underline dotted #c45500;
text-underline-offset: 6px;
}
th, td {
color: #c45500;
}
}
.em-menu-formats {
textarea {
height: 313px;
}
}
#em-opt-advanced-formatting{
.inside {
display: grid;
width: 100%;
column-gap: 30px;
grid-template-columns: min-content 1fr;
}
.em-af-status {
font-size: 110%;
font-weight: bold;
.em-af-status-save {
color: #c45500;
}
}
}
}
#em-options-form {
fieldset.em-field-checkboxes {
label {
display: block;
padding: 0 !important;
margin: 0 0 5px 0 !important;
input {
padding-right: 5px;
}
}
}
}