From 718fbdde4e601dc5458c9eb1f8efd1cac7e38711 Mon Sep 17 00:00:00 2001 From: prajwal88 Date: Thu, 7 Feb 2019 17:57:47 +0530 Subject: [PATCH] Issue #SB-10394 feat: css changes sunbird ui components --- component/_modal.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/_modal.scss b/component/_modal.scss index ce3d251..2e116e9 100644 --- a/component/_modal.scss +++ b/component/_modal.scss @@ -45,7 +45,7 @@ align-items: center; } - .sb-modal-fullscreen { + &.sb-modal-fullscreen { top: 0; position: fixed; bottom: 0; @@ -66,7 +66,7 @@ height: calc(100vh - 120px); } } - .small { + &.small { color: $text-lightDark; }