summaryrefslogtreecommitdiff
blob: 4606ab1aa7ec1f47068adf08f98f279a98c3f885 (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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/*!
* Do not modify this file directly.  It is compiled SASS code.
*/
#jetpack_summary_widget * {
  box-sizing: border-box;
}

#jetpack_summary_widget .inside {
  margin: 0;
  padding: 0;
}

#jetpack_summary_widget .stats,
#jetpack_summary_widget .widgets,
#jetpack_summary_widget .wpcom-connect {
  padding: .75em;
}

#jetpack_summary_widget .wpcom-connect {
  background: #fafafa;
  text-align: center;
}

#jetpack_summary_widget .wpcom-connect .jp-emblem {
  padding: 5px 0 0 0;
}

#jetpack_summary_widget .wpcom-connect svg {
  width: 40px;
  height: 40px;
}

#jetpack_summary_widget .wpcom-connect svg path {
  fill: #8cc258;
}

#jetpack_summary_widget .wpcom-connect .jp-emblem,
#jetpack_summary_widget .wpcom-connect h3,
#jetpack_summary_widget .wpcom-connect p {
  width: 100%;
}

#jetpack_summary_widget .wpcom-connect h3 {
  font-size: 1.25em;
  font-weight: 400;
}

#jetpack_summary_widget .wpcom-connect p {
  color: #555d66;
  margin-top: 0;
  padding: 0 15px;
}

#jetpack_summary_widget .wpcom-connect .actions {
  text-align: center;
  padding: 15px 0 10px 0;
}

#jetpack_summary_widget .wpcom-connect .actions small {
  display: block;
}

#jetpack_summary_widget .wpcom-connect .actions small a {
  color: #999;
}

#jetpack_summary_widget .button-jetpack {
  background: #8cc258;
  border-color: #72a93e;
  color: white;
  box-shadow: inset 0 1px 0 #b3d690, 0 1px 0 rgba(0, 0, 0, 0.15);
}

#jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {
  background: #7fbb45;
  border-color: #669737;
  color: white;
  box-shadow: inset 0 1px 0 #a6d07d;
}

#jetpack_summary_widget .button-jetpack:focus {
  box-shadow: inset 0 1px 0 #a6d07d, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}

#jetpack_summary_widget .button-jetpack:active {
  background: #72a93e;
  border-color: #669737;
  color: white;
  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);
}

#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 {
  color: #ccd1c7 !important;
  background: #78b141 !important;
  border-color: #669737 !important;
  text-shadow: none !important;
}

#jetpack_summary_widget footer {
  background: #fafafa;
  padding: .75em;
  overflow: hidden;
  border-top: 1px solid #ccc;
}

#jetpack_summary_widget footer .protect,
#jetpack_summary_widget footer .akismet {
  width: 50%;
  float: left;
  text-align: left;
}

#jetpack_summary_widget footer h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#jetpack_summary_widget footer p {
  margin: 0;
  padding: 0;
}

#jetpack_summary_widget footer section {
  margin: 0;
  padding: 0;
  text-align: center;
}

/*# sourceMappingURL=dashboard-widget.css.map */