bebeboutik/themes/site/css/less/modules/advsendtoafriend.less

48 lines
641 B
Plaintext
Raw Normal View History

2016-01-04 12:48:08 +01:00
#module-advsendtoafriend-sendtoafriend-form #center_column {
.letter p {
font-size: 12px;
line-height: 1.5em;
margin-bottom: 20px;
&.info {
text-align: center;
margin-bottom: 30px;
margin-top: 10px;
a {
color: #5081f7;
&.price {
text-decoration: none;
color: #f22e4b;
font-weight: bold;
}
}
}
}
div.error {
margin-bottom: 20px;
}
> p {
margin-bottom: 20px;
}
div.content > p {
margin-bottom: 30px;
margin-top: 10px;
margin-left: 40px;
&.submit {
margin-bottom: 0px;
}
}
fieldset .letter {
background: #ffffff;
margin: 20px 40px;
padding: 20px;
}
}