From 90d0a3637c2b71ec6ebafeb38ca7374de240a6a7 Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Tue, 4 Jul 2017 14:59:39 +0500 Subject: [PATCH] Do not capitalize words in start button --- lms/static/sass/views/_program-marketing-page.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/views/_program-marketing-page.scss b/lms/static/sass/views/_program-marketing-page.scss index 2e25c00fa0..c6da8f2e6c 100644 --- a/lms/static/sass/views/_program-marketing-page.scss +++ b/lms/static/sass/views/_program-marketing-page.scss @@ -686,6 +686,7 @@ .btn-start { color: #ffffff !important; + text-transform: none; } } }