15 lines
185 B
SCSS
15 lines
185 B
SCSS
.mailpoet_review_request {
|
|
margin: auto;
|
|
max-width: 500px;
|
|
text-align: center;
|
|
|
|
img {
|
|
margin: -20px 0;
|
|
}
|
|
|
|
a {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
}
|