didn't need the media query
This commit is contained in:
parent
64cfe9e81b
commit
c4102814d0
File diff suppressed because one or more lines are too long
|
@ -583,6 +583,7 @@ p.demo_store {
|
|||
right: -26px;
|
||||
text-indent: 0;
|
||||
background: url(../images/success.png) no-repeat;
|
||||
background-size:16px 14px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -613,18 +614,6 @@ p.demo_store {
|
|||
float:none;
|
||||
}
|
||||
|
||||
@media
|
||||
(-webkit-min-device-pixel-ratio: 2),
|
||||
(min-resolution: 192dpi) {
|
||||
a.button, button.button, input.button, #respond input#submit, #content input.button {
|
||||
&.added {
|
||||
&:before {
|
||||
background-size:16px 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* =Quantity inputs
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue