PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 4.3.5
Jetpack – WP Security, Backup, Speed, & Growth v4.3.5
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / css / dashboard-widget.css

dashboard-widget.css in Jetpack – WP Security, Backup, Speed, & Growth 4.3.5, at css/dashboard-widget.css

132 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Do not modify this file directly. It is compiled SASS code.
3 */
4 #jetpack_summary_widget * {
5 box-sizing: border-box;
6 }
7
8 #jetpack_summary_widget .inside {
9 margin: 0;
10 padding: 0;
11 }
12
13 #jetpack_summary_widget .stats,
14 #jetpack_summary_widget .widgets,
15 #jetpack_summary_widget .wpcom-connect {
16 padding: .75em;
17 }
18
19 #jetpack_summary_widget .wpcom-connect {
20 background: #fafafa;
21 text-align: center;
22 }
23
24 #jetpack_summary_widget .wpcom-connect .jp-emblem {
25 padding: 5px 0 0 0;
26 }
27
28 #jetpack_summary_widget .wpcom-connect svg {
29 width: 40px;
30 height: 40px;
31 }
32
33 #jetpack_summary_widget .wpcom-connect svg path {
34 fill: #8cc258;
35 }
36
37 #jetpack_summary_widget .wpcom-connect .jp-emblem,
38 #jetpack_summary_widget .wpcom-connect h3,
39 #jetpack_summary_widget .wpcom-connect p {
40 width: 100%;
41 }
42
43 #jetpack_summary_widget .wpcom-connect h3 {
44 font-size: 1.25em;
45 font-weight: 400;
46 }
47
48 #jetpack_summary_widget .wpcom-connect p {
49 color: #555d66;
50 margin-top: 0;
51 padding: 0 15px;
52 }
53
54 #jetpack_summary_widget .wpcom-connect .actions {
55 text-align: center;
56 padding: 15px 0 10px 0;
57 }
58
59 #jetpack_summary_widget .wpcom-connect .actions small {
60 display: block;
61 }
62
63 #jetpack_summary_widget .wpcom-connect .actions small a {
64 color: #999;
65 }
66
67 #jetpack_summary_widget .button-jetpack {
68 background: #8cc258;
69 border-color: #72a93e;
70 color: white;
71 box-shadow: inset 0 1px 0 #b3d690, 0 1px 0 rgba(0, 0, 0, 0.15);
72 }
73
74 #jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {
75 background: #7fbb45;
76 border-color: #669737;
77 color: white;
78 box-shadow: inset 0 1px 0 #a6d07d;
79 }
80
81 #jetpack_summary_widget .button-jetpack:focus {
82 box-shadow: inset 0 1px 0 #a6d07d, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
83 }
84
85 #jetpack_summary_widget .button-jetpack:active {
86 background: #72a93e;
87 border-color: #669737;
88 color: white;
89 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
90 }
91
92 #jetpack_summary_widget .button-jetpack[disabled], #jetpack_summary_widget .button-jetpack:disabled, #jetpack_summary_widget .button-jetpack.button-primary-disabled, #jetpack_summary_widget .button-jetpack.disabled {
93 color: #ccd1c7 !important;
94 background: #78b141 !important;
95 border-color: #669737 !important;
96 text-shadow: none !important;
97 }
98
99 #jetpack_summary_widget footer {
100 background: #fafafa;
101 padding: .75em;
102 overflow: hidden;
103 border-top: 1px solid #ccc;
104 }
105
106 #jetpack_summary_widget footer .protect,
107 #jetpack_summary_widget footer .akismet {
108 width: 50%;
109 float: left;
110 text-align: left;
111 }
112
113 #jetpack_summary_widget footer h3 {
114 font-size: 1.5em;
115 font-weight: normal;
116 margin: 0;
117 padding: 0;
118 }
119
120 #jetpack_summary_widget footer p {
121 margin: 0;
122 padding: 0;
123 }
124
125 #jetpack_summary_widget footer section {
126 margin: 0;
127 padding: 0;
128 text-align: center;
129 }
130
131 /*# sourceMappingURL=dashboard-widget.css.map */
132