From 42232c8df90ef58f07d4fe5c0270a4d9a74aef57 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Thu, 27 Aug 2020 12:14:57 +0200 Subject: [PATCH] fix(PublicPage): capitalize some user controlled content --- assets/development/styles/organization.css | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/assets/development/styles/organization.css b/assets/development/styles/organization.css index 9ffb586..5292560 100644 --- a/assets/development/styles/organization.css +++ b/assets/development/styles/organization.css @@ -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 {