PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 6.3.7
Jetpack – WP Security, Backup, Speed, & Growth v6.3.7
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 14.4.2 All 500 releases
jetpack / css / dashboard-widget.css
dashboard-widget.css
157 lines 4.0 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 @charset "UTF-8";
5 /*
6 The MIT License (MIT)
7
8 Copyright © 2011–2015 thoughtbot, inc.
9
10 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
11 documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
12 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
13 persons to whom the Software is furnished to do so, subject to the following conditions:
14
15 The above copyright notice and this permission notice shall be included in all copies or substantial
16 portions of the Software.
17
18 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
19 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
23 https://github.com/thoughtbot/bourbon
24 */
25 #jetpack_summary_widget * {
26 box-sizing: border-box;
27 }
28
29 #jetpack_summary_widget .inside {
30 margin: 0;
31 padding: 0;
32 }
33
34 #jetpack_summary_widget .stats,
35 #jetpack_summary_widget .widgets,
36 #jetpack_summary_widget .wpcom-connect {
37 padding: .75em;
38 }
39
40 #jetpack_summary_widget .wpcom-connect {
41 background: #fafafa;
42 text-align: center;
43 }
44
45 #jetpack_summary_widget .wpcom-connect .jp-emblem {
46 padding: 5px 0 0 0;
47 }
48
49 #jetpack_summary_widget .wpcom-connect svg {
50 width: 40px;
51 height: 40px;
52 }
53
54 #jetpack_summary_widget .wpcom-connect svg path {
55 fill: #00BE28;
56 }
57
58 #jetpack_summary_widget .wpcom-connect .jp-emblem,
59 #jetpack_summary_widget .wpcom-connect h3,
60 #jetpack_summary_widget .wpcom-connect p {
61 width: 100%;
62 }
63
64 #jetpack_summary_widget .wpcom-connect h3 {
65 font-size: 1.25em;
66 font-weight: 400;
67 }
68
69 #jetpack_summary_widget .wpcom-connect p {
70 color: #555d66;
71 margin-top: 0;
72 padding: 0 15px;
73 }
74
75 #jetpack_summary_widget .wpcom-connect .actions {
76 text-align: center;
77 padding: 15px 0 10px 0;
78 }
79
80 #jetpack_summary_widget .wpcom-connect .actions small {
81 display: block;
82 }
83
84 #jetpack_summary_widget .wpcom-connect .actions small a {
85 color: #999;
86 }
87
88 #jetpack_summary_widget .button-jetpack {
89 background: #00BE28;
90 border-color: #008b1d;
91 color: white;
92 box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15);
93 }
94
95 #jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {
96 background: #00a523;
97 border-color: #007218;
98 color: white;
99 box-shadow: inset 0 1px 0 #00f133;
100 }
101
102 #jetpack_summary_widget .button-jetpack:focus {
103 box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
104 }
105
106 #jetpack_summary_widget .button-jetpack:active {
107 background: #008b1d;
108 border-color: #007218;
109 color: white;
110 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);
111 }
112
113 #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 {
114 color: #c7d1c9 !important;
115 background: #00951f !important;
116 border-color: #007218 !important;
117 text-shadow: none !important;
118 }
119
120 #jetpack_summary_widget footer {
121 background: #fafafa;
122 padding: .75em;
123 overflow: hidden;
124 border-top: 1px solid #ccc;
125 }
126
127 #jetpack_summary_widget footer .protect,
128 #jetpack_summary_widget footer .akismet {
129 width: 50%;
130 float: left;
131 text-align: left;
132 }
133
134 #jetpack_summary_widget footer .protect {
135 padding-right: 3%;
136 }
137
138 #jetpack_summary_widget footer h3 {
139 font-size: 1.5em;
140 font-weight: normal;
141 margin: 0;
142 padding: 0;
143 }
144
145 #jetpack_summary_widget footer p {
146 margin: 0;
147 padding: 0;
148 }
149
150 #jetpack_summary_widget footer section {
151 margin: 0;
152 padding: 0;
153 text-align: center;
154 }
155
156 /*# sourceMappingURL=dashboard-widget.css.map */
157