Make the contact page dynamic so that enterprise customers can configure it however they like
This commit is contained in:
parent
1df936350a
commit
8b331b453e
7 changed files with 82 additions and 35 deletions
|
@ -3974,7 +3974,7 @@ pre.command:before {
|
|||
color: #00b0ed;
|
||||
}
|
||||
|
||||
.contact-options .option-phone .fa-circle {
|
||||
.contact-options .option-tel .fa-circle {
|
||||
color: #1dd924;
|
||||
}
|
||||
|
||||
|
@ -3982,10 +3982,14 @@ pre.command:before {
|
|||
color: #e52f00;
|
||||
}
|
||||
|
||||
.contact-options .option-email .fa-circle {
|
||||
.contact-options .option-mailto .fa-circle {
|
||||
color: #1b72f1;
|
||||
}
|
||||
|
||||
.contact-options .option-url .fa-circle {
|
||||
color: #F1A51B;
|
||||
}
|
||||
|
||||
.about-us .row {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
|
Reference in a new issue