summaryrefslogtreecommitdiff
blob: 20bc08932a80bfb1f1c48f7cc5f3f5c68c75489f (plain)
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
/* Do not modify this file directly.  It is concatenated from individual module CSS files. */
/* loads inline on wp-admin in order to reduce http requests */

#protect_dashboard_widget .inside {
	margin: 0;
	padding: 0;
	text-align: center;
}

.jetpack-security * {
	box-sizing: border-box;
}

/* alert msgs */
#protect_dashboard_widget .msg {
	color: #fff;
	text-align: center;
	padding: 10px;
}

#protect_dashboard_widget .msg.working {
	background: #7BAC48;
}

#protect_dashboard_widget .msg.attn {
	background: #d94f4f;
}

#protect_dashboard_widget .msg a {
	color: #fff;
	text-decoration: underline;
}

#protect_dashboard_widget .msg a:hover {
	text-decoration: none;
}

#protect_dashboard_widget .msg .dashicons {
	float: left;
	text-decoration: none;
	border-radius: 2px;
}

#protect_dashboard_widget .msg.working .dashicons {
	color: #609643;
}

#protect_dashboard_widget .msg.working .dashicons:hover {
	background: #609643;
	color: #7BAC48;
}

#protect_dashboard_widget .msg.attn .dashicons {
	color: #a93838;
}

#protect_dashboard_widget .msg.attn .dashicons:hover {
	background: #a93838;
	color: #d94f4f;
}

.blocked-attacks,
.file-scanning {
	position: relative;
}

.blocked-attacks {
	background: #fafafa;
	border-bottom: 1px #eee solid;
	padding-bottom: 35px;
}

.jetpack-security-sharing {
	width: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
}

.jetpack-security-sharing a {
	color: #dcdcdc;
}

.jetpack-security-sharing a:hover {
	color: #cdcbcb;
}

.blocked-attacks h2,
.blocked-attacks h3 {
	color: #7BAC48;
	font-weight: 300;
}

.blocked-attacks h2 {
	font-size: 4em;
	line-height: 110%;
	margin: 0;
	padding: 10px 12px 10px 12px;
}

.blocked-attacks h3 {
	font-size: 1.1em;
	line-height: 110%;
	padding: 0 12px 10px 12px;
	margin: 0;
}

.jetpack-protect-logo {
	width: 50px;
	position: relative;
}

.file-scanning {
	margin-top: -30px;
	padding: 0 12px;
}