woocommerce/classes/integrations/shareyourcart/sdk/css/style.css

19 lines
308 B
CSS
Raw Normal View History

.button_iframe iframe {
width: 58px;
height: 230px;
position: fixed;
top:360px;
right:0px;
}
.button_iframe-normal iframe {
float:right;
2012-04-30 19:50:35 +00:00
height: 58px;
width: 230px;
position:relative;
z-index:1000;
}
.button_iframe-normal.button_height {
height: 60px;
}