Skip to content

Commit 3c89764

Browse files
committed
add styles for complete section for courses
1 parent 47be427 commit 3c89764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/social_platform/src/app/ui/pages/courses/lesson/complete/complete.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
@use "styles/typography";
33

44
.complete {
5+
position: relative;
56
min-height: 543px;
67
padding: 24px;
78
background-color: var(--light-white);
89
border: 0.5px solid var(--medium-grey-for-outline);
910
border-radius: var(--rounded-lg);
10-
position: relative;
1111

1212
@include responsive.apply-desktop {
1313
min-height: 358px;

0 commit comments

Comments
 (0)