Added styles for message title and text for email confirmation
This commit is contained in:
parent
bd10d1cf9f
commit
b8463360b5
1 changed files with 11 additions and 0 deletions
|
@ -317,6 +317,17 @@ h6 {
|
||||||
padding: 15px 20px 0 20px;
|
padding: 15px 20px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sign-up-message {
|
||||||
|
padding: 25px 30px 25px 30px;
|
||||||
|
text-align: justify;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
.sign-up-message a {
|
||||||
|
font-size: 18px;
|
||||||
|
color: #1e94cc !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1199px) {
|
@media (max-width: 1199px) {
|
||||||
ul.banner-social-buttons {
|
ul.banner-social-buttons {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in a new issue