Skip to content

Commit 21c19cb

Browse files
committed
widen task iframe max-width and align read-more links to start in lesson components
1 parent 8c9816a commit 21c19cb

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
}
8383

8484
.read-more {
85+
align-items: start;
86+
align-self: self-start;
8587
margin-top: 12px;
8688
color: var(--accent);
87-
align-self: self-start;
88-
align-items: start;
8989
cursor: pointer;
9090
transition: color 0.2s;
9191

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
}
156156

157157
.read-more {
158+
align-items: start;
159+
align-self: self-start;
158160
margin-top: 12px;
159161
color: var(--accent);
160-
align-self: self-start;
161-
align-items: start;
162162
cursor: pointer;
163163
transition: color 0.2s;
164164

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
}
3434

3535
.read-more {
36+
align-items: start;
37+
align-self: self-start;
3638
margin-top: 12px;
3739
color: var(--accent);
38-
align-self: self-start;
39-
align-items: start;
4040
cursor: pointer;
4141
transition: color 0.2s;
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
@@ -75,10 +75,10 @@
7575
}
7676

7777
.read-more {
78+
align-items: start;
79+
align-self: self-start;
7880
margin-top: 12px;
7981
color: var(--accent);
80-
align-self: self-start;
81-
align-items: start;
8282
cursor: pointer;
8383
transition: color 0.2s;
8484

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
}
6464

6565
.read-more {
66+
align-items: start;
67+
align-self: self-start;
6668
margin-top: 12px;
6769
color: var(--accent);
68-
align-self: self-start;
69-
align-items: start;
7070
cursor: pointer;
7171
transition: color 0.2s;
7272

0 commit comments

Comments
 (0)