admin.less
4.44 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
.about-wrap {
.woothemes-helper-about-text {
min-height: auto;
}
}
.woothemes-updater-wrap {
div.updated, div.error {
margin-top: 1em;
margin-bottom: 0;
}
.ninja {
position: absolute;
top:0;
right:0;
padding:20px;
width:125px;
background: #42a2ce;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
img {
width:100%;
height: auto;
}
}
.feature-section {
ul {
margin-bottom:4em;
padding-bottom:1em;
}
li {
margin-left: 1.2em;
font-size:13px;
}
img {
width:75px;
height: 75px;
float: right !important;
margin-bottom:1em;
background: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:0;
}
}
.panic-button-wrap {
padding: 40px;
width:100% !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
overflow: hidden;
zoom:1;
text-align: center;
margin:0 auto 20px;
-webkit-border-radius:4px;
border-radius:4px;
a {
text-decoration: none;
}
em {
display: block;
font-style: normal;
color: #666;
}
a {
display: block;
position: relative;
outline: none;
&:before {
content: "";
display:block;
height:6em;
width:6em;
background: red;
margin:0 auto 1.618em;
-webkit-border-radius:100%;
border-radius:100%;
background: rgb(255,48,25);
background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
border:3px solid darken(#cf0404,5%);
-webkit-box-shadow:
inset 0 1px 1px rgba(255,255,255,0.3),
0 0 0 .618em #eee;
box-shadow:
inset 0 1px 1px rgba(255,255,255,0.3),
0 0 0 .618em #eee;
}
&:hover {
&:before {
background: rgb(255,70,53);
background: -moz-linear-gradient(top, rgba(255,70,53,1) 0%, rgba(206,39,39,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,70,53,1)), color-stop(100%,rgba(206,39,39,1)));
background: -webkit-linear-gradient(top, rgba(255,70,53,1) 0%,rgba(206,39,39,1) 100%);
background: -o-linear-gradient(top, rgba(255,70,53,1) 0%,rgba(206,39,39,1) 100%);
background: -ms-linear-gradient(top, rgba(255,70,53,1) 0%,rgba(206,39,39,1) 100%);
background: linear-gradient(to bottom, rgba(255,70,53,1) 0%,rgba(206,39,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4635', endColorstr='#ce2727',GradientType=0 );
}
}
&:active {
&:before {
background: rgb(207,4,4);
background: -moz-linear-gradient(top, rgba(207,4,4,1) 0%, rgba(255,48,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,4,4,1)), color-stop(100%,rgba(255,48,25,1)));
background: -webkit-linear-gradient(top, rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
background: -o-linear-gradient(top, rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
background: -ms-linear-gradient(top, rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
background: linear-gradient(to bottom, rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 );
}
}
}
}
}
.woothemes-updater-plugin-upgrade-notice {
font-weight: 400;
color: #fff;
background: #d54d21;
padding: 1em;
margin: 9px 0;
a {
color: #fff;
}
&:before {
content: "\f348";
display: inline-block;
font: 400 18px/1 dashicons;
speak: none;
margin: 0 8px 0 -2px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: top;
}
}
.dashboard_page_woothemes-helper, index_page_woothemes-helper-network {
.column-product_status {
width: 350px;
}
.column-product_version {
width: 220px;
.update-available {
color: #CC0033;
}
.latest-version {
color: #228B22;
}
}
}