woocommerce/assets/css/activation.less

42 lines
1004 B
Plaintext
Raw Normal View History

2012-03-01 00:02:17 +00:00
.woocommerce-message {
position: relative;
2013-11-19 11:22:59 +00:00
border-left-color: #cc99c2 !important;
2012-03-01 00:02:17 +00:00
overflow: hidden;
.twitter-share-button {
vertical-align: middle;
2012-12-13 23:26:53 +00:00
margin-left:3px;
2012-03-01 00:02:17 +00:00
}
2013-03-01 16:03:10 +00:00
}
p.woocommerce-actions, .woocommerce-message {
a.button-primary {
2013-11-19 11:22:59 +00:00
background: #cc99c2;
border-color: #b366a4;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
2013-03-01 16:03:10 +00:00
color: #fff;
text-decoration: none;
2013-11-19 11:22:59 +00:00
&:hover {
background: #bb77ae;
border-color: #aa559a;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
}
&:active {
background: #aa559a;
border-color: #aa559a;
}
2013-03-01 16:03:10 +00:00
}
a.skip, a.docs {
opacity: 0.7;
}
.twitter-share-button {
vertical-align: middle;
margin-left:3px;
}
}
p.woocommerce-actions {
margin-bottom: 2em;
}
.woocommerce-about-text {
margin-bottom: 1em !important;
2012-03-01 00:02:17 +00:00
}