Skip to content

Commit cc249bd

Browse files
committed
fix styles for postion of tasks
1 parent 72c3995 commit cc249bd

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

projects/social_platform/src/app/office/courses/lesson/shared/exclude-task/exclude-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
max-width: 300px;
8585
height: 100%;
8686
max-height: 150px;
87-
margin: 22px 0px 22px 0px;
87+
margin: 22px 0;
8888
object-fit: cover;
8989
border-radius: var(--rounded-lg);
9090
}

projects/social_platform/src/app/office/courses/lesson/shared/radio-select-task/radio-select-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
max-width: 300px;
3737
height: 100%;
3838
max-height: 150px;
39-
margin: 22px 0px 22px 0px;
39+
margin: 22px 0;
4040
object-fit: cover;
4141
border-radius: var(--rounded-lg);
4242

projects/social_platform/src/app/office/courses/lesson/shared/video-task/info-task.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
width: 100%;
3939

4040
&--hasVideo {
41-
flex-grow: 1;
4241
flex-direction: row;
42+
flex-grow: 1;
4343
}
4444

4545
&--hasImage {
46-
flex-grow: 1;
4746
flex-direction: row-reverse;
47+
flex-grow: 1;
4848
}
4949
}
5050

projects/social_platform/src/app/office/courses/lesson/shared/write-task/write-task.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
}
5454

5555
&__input {
56+
position: relative;
5657
margin-top: 12px;
5758
color: var(--grey-for-text);
58-
position: relative;
5959
}
6060

6161
&__textarea {
@@ -92,9 +92,9 @@
9292

9393
&__counter {
9494
position: absolute;
95-
bottom: 2%;
9695
right: 2%;
97-
96+
bottom: 2%;
97+
9898
p {
9999
color: var(--grey) !important;
100100
}

0 commit comments

Comments
 (0)