34 lines
643 B
CSS
34 lines
643 B
CSS
|
.w3tc-widget-swarmify-base.sign-up h4 {
|
||
|
text-align: left;
|
||
|
margin-bottom: 0;
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
.w3tc-widget-swarmify-base.sign-up p {
|
||
|
margin-top: 4px;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
.w3tc-widget-swarmify-base.sign-up p span.desc {
|
||
|
color:#8F8F8F;
|
||
|
}
|
||
|
|
||
|
.w3tc-widget-swarmify-logo {
|
||
|
width: 170px;
|
||
|
height: 35px;
|
||
|
background: url("pub/img/w3tc_swarmify-logo.png") 0 5px no-repeat;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
@media
|
||
|
(-webkit-min-device-pixel-ratio: 2),
|
||
|
(min-resolution: 192dpi) {
|
||
|
.w3tc-widget-swarmify-logo{
|
||
|
float: left;
|
||
|
width: 180px;
|
||
|
height: 90px;
|
||
|
background-image: url("pub/img/w3tc_swarmify-logo-retina.png");
|
||
|
background-size: 589px 90px;
|
||
|
}
|
||
|
}
|
||
|
*/
|