alerts-340-rtl.css
2.12 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.yoast-alert {
padding: 0 12px;
border-right: 4px solid #fff;
background: #fff;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.yoast-alerts .yoast-alert-holder {
margin-bottom: 0.8em;
}
.yoast-alerts .yoast-alert {
width: 100%;
}
.yoast-container__alert .yoast-alert {
border-right-color: #dc3232;
}
#yoast-alerts-dismissed .yoast-alert {
border-right-color: #d93f69;
}
.yoast-container__warning .yoast-alert {
border-right-color: #5d237a;
}
#yoast-warnings-dismissed .yoast-alert {
border-right-color: #0075b3;
}
.yoast-container {
position: relative;
max-width: 1280px;
margin-bottom: 2em;
padding: 20px 20px 0;
border: 1px solid #bbb;
background-color: #f1f1f1;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.yoast-alerts > h2:first-child {
margin-bottom: 1em;
}
.yoast-alerts .yoast-container h3 {
margin: -20px -20px 0;
padding: 1em;
border-bottom: 1px solid #ccc;
background-color: #dfdfdf;
text-shadow: -1px 1px 0 #eee;
font-size: 1.6em;
}
h3 .dashicons-warning {
color: #dc3232;
}
.yoast-container .container {
max-width: 980px;
}
.yoast-container .yoast-alert-holder {
display: -ms-flexbox;
display: flex;
}
.restore .dashicons,
.dismiss .dashicons {
width: 24px;
height: 24px;
font-size: 24px;
}
.yoast-bottom-spacing {
margin-bottom: 20px;
}
/* These selectors need a higher specificity than .wp-core-ui .button */
.yoast-alerts .button.restore,
.yoast-alerts .button.dismiss {
width: 40px;
height: 40px;
line-height: inherit;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
}
.yoast-alerts .button.restore:hover,
.yoast-alerts .button.dismiss:hover,
.yoast-alerts .button.restore:focus,
.yoast-alerts .button.dismiss:focus {
background: transparent;
}
.yoast-container .separator {
margin-top: 1em;
margin-bottom: 1em;
border-top: 1px solid #ddd;
}
.yoast-container .dashicons-yes {
color: #77b227;
}
.yoast-container__warning .dashicons-flag {
color: #5d237a;
}
.yoast-container-disabled {
display: table-cell;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 4px;
background-color: rgba(232, 232, 232, 0.7);
}
.yoast-no-issues {
padding: 1em 16px 1em 1em;
color: #666;
}