diff --git a/src/app/tabs/home/home.component.html b/src/app/tabs/home/home.component.html
index 68540b7..2b3b71b 100644
--- a/src/app/tabs/home/home.component.html
+++ b/src/app/tabs/home/home.component.html
@@ -19,9 +19,9 @@
-
+
- -
+
-
40 Minutes
@@ -33,10 +33,10 @@
Dwayne the Rock
-
+
- -
+
-
40 Minutes
@@ -48,12 +48,12 @@
Dwayne the Rock
-
+
-
+
- -
+
-
40 Minutes
@@ -65,10 +65,10 @@
Dwayne the Rock
-
+
- -
+
-
40 Minutes
@@ -80,6 +80,70 @@
Dwayne the Rock
-
+
+
+
+
+
+ -
+
+
+
+
+
+ Dwayne the Rock
+
+
+
+
+
+ -
+
+
+
+
+
+ Dwayne the Rock
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+ Dwayne the Rock
+
+
+
+
+
+ -
+
+
+
+
+
+ Dwayne the Rock
+
+
+
diff --git a/src/app/tabs/home/home.component.scss b/src/app/tabs/home/home.component.scss
index 124ac6a..e1ea06e 100644
--- a/src/app/tabs/home/home.component.scss
+++ b/src/app/tabs/home/home.component.scss
@@ -38,6 +38,10 @@
align-items: center;
justify-content: center;
color: white;
+ position: sticky;
+ position: -webkit-sticky;
+ top: 0;
+ z-index: 1;
.tutor {
position: absolute;
@@ -78,7 +82,7 @@
.subject-list {
position: relative;
- width: 90%;
+ width: 88%;
margin: 0 auto;
list-style: none;
@@ -107,6 +111,28 @@
box-shadow: 0px 0px 5px -2px var(--black);
justify-content: space-between;
position: relative;
+
+ &::before {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 7px;
+ height: 100%;
+ background-color: transparent;
+ }
+
+ &.attended::before {
+ background-color: var(--teal-green);
+ }
+
+ &.absent::before {
+ background-color: rgba(red, 0.5);
+ }
+
+ &.late::before {
+ background-color: rgba(orange, 0.5);
+ }
}
.schedule {
diff --git a/src/app/welcome/welcome.component.scss b/src/app/welcome/welcome.component.scss
index 7275502..aa93461 100644
--- a/src/app/welcome/welcome.component.scss
+++ b/src/app/welcome/welcome.component.scss
@@ -15,17 +15,6 @@
border-bottom-right-radius: 30px;
pointer-events: none;
}
-
- &::after {
- content: '';
- position: absolute;
- bottom: 0;
- left: 0;
- height: 70px;
- pointer-events: none;
- width: 100%;
- background: linear-gradient(0deg, white, transparent);
- }
}
.upfold {