diff --git a/lms/public/css/style.css b/lms/public/css/style.css index 214e75e5..d8e6b3aa 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -1996,7 +1996,7 @@ select { border-radius: 0.75rem; /* border: 1px solid var(--gray-200); */ box-shadow: var(--shadow-sm); - padding: 1rem; + padding: 0.5rem; height: 100%; position: relative; } @@ -2015,4 +2015,15 @@ select { .add-students ul li:nth-last-child(-n+2) { display: none; -} \ No newline at end of file +} + +.lms-card-title { + color: var(--gray-900); + font-weight: 500; +} + +.lms-card-parent { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); + grid-gap: 1.5rem; +} diff --git a/lms/public/icons/symbol-defs.svg b/lms/public/icons/symbol-defs.svg index 167397e1..37a0ec86 100644 --- a/lms/public/icons/symbol-defs.svg +++ b/lms/public/icons/symbol-defs.svg @@ -70,4 +70,8 @@ + diff --git a/lms/www/classes/class.html b/lms/www/classes/class.html index e0399052..50270274 100644 --- a/lms/www/classes/class.html +++ b/lms/www/classes/class.html @@ -35,16 +35,15 @@ {{ class_info.title }}
{{ _("No Students are added to this class.") }}
+{{ _("No Students are added to this class.") }}
{% endif %}