woocommerce/assets/css/activation.less

42 lines
1004 B
Plaintext

.woocommerce-message {
position: relative;
border-left-color: #cc99c2 !important;
overflow: hidden;
.twitter-share-button {
vertical-align: middle;
margin-left:3px;
}
}
p.woocommerce-actions, .woocommerce-message {
a.button-primary {
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);
color: #fff;
text-decoration: none;
&: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;
}
}
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;
}