From daaa2d2fe271d5262db0600551a49caf7fab1673 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Fri, 9 Jul 2021 13:03:42 +0530 Subject: [PATCH] responsive fixes --- community/lms/widgets/BreadCrumb.html | 4 +- community/lms/widgets/ChapterTeaser.html | 24 ++--- community/public/css/style.css | 113 +++++++++++++++++++---- community/public/css/style.less | 4 - community/public/icons/check.svg | 3 + community/public/icons/chevron-right.svg | 3 + community/public/icons/chevron.svg | 3 + community/public/icons/lock.svg | 4 +- community/public/icons/side-arrow.svg | 3 - community/www/courses/course.html | 46 +++++---- community/www/profiles/profile.html | 5 +- 11 files changed, 151 insertions(+), 61 deletions(-) create mode 100644 community/public/icons/check.svg create mode 100644 community/public/icons/chevron-right.svg create mode 100644 community/public/icons/chevron.svg delete mode 100644 community/public/icons/side-arrow.svg diff --git a/community/lms/widgets/BreadCrumb.html b/community/lms/widgets/BreadCrumb.html index 7a5807ef..750ca9ef 100644 --- a/community/lms/widgets/BreadCrumb.html +++ b/community/lms/widgets/BreadCrumb.html @@ -1,11 +1,11 @@