fix(PublicPage): capitalize some user controlled content
This commit is contained in:
parent
841a8610b1
commit
42232c8df9
1 changed files with 27 additions and 0 deletions
|
@ -480,6 +480,13 @@ section {
|
|||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.schedule-category-name {
|
||||
/*
|
||||
may mess up some content
|
||||
*/
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.schedule-category-collapse-icon {
|
||||
transform: rotate(180deg);
|
||||
color: #B12008;
|
||||
|
@ -579,14 +586,29 @@ section {
|
|||
|
||||
.pricing-label {
|
||||
font-size: 1.5em;
|
||||
|
||||
/*
|
||||
may mess up some content
|
||||
*/
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.pricing-name {
|
||||
font-size: 1.8em;
|
||||
|
||||
/*
|
||||
may mess up some content
|
||||
*/
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.pricing-description {
|
||||
opacity: 0.9;
|
||||
|
||||
/*
|
||||
may mess up some content
|
||||
*/
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
/* *****************************************************************************
|
||||
|
@ -743,6 +765,11 @@ People cards
|
|||
|
||||
.people-role {
|
||||
opacity: .8;
|
||||
|
||||
/*
|
||||
may mess up some content
|
||||
*/
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.people-contact-icon {
|
||||
|
|
Loading…
Reference in a new issue