48 lines
641 B
Plaintext
Executable File
48 lines
641 B
Plaintext
Executable File
#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;
|
|
}
|
|
}
|