Skip to content

Commit 1fcf5c4

Browse files
committed
Revert "Change styling on course view page"
1 parent 6e4ba07 commit 1fcf5c4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

code-studio/src/css/plc/teacher_dashboard.scss

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949

5050
.coming_soon {
5151
text-align: center;
52-
font-size: 16px;
53-
padding-top: 20px;
5452
}
5553

5654
a {
@@ -59,6 +57,7 @@
5957

6058
.module_assignment {
6159
border-radius: 5px;
60+
color: white !important;
6261
font-family: "Gotham 4r", sans-serif;
6362
text-decoration: none;
6463
margin: 10px;
@@ -70,19 +69,15 @@
7069
}
7170

7271
.not_started {
73-
border: 1px solid #bbbbbb;
74-
background-color: $white;
75-
color: $charcoal !important;
72+
background-color: #0094ca;
7673
}
7774

7875
.in_progress {
7976
background-color: #EFCD1C;
80-
color: white !important;
8177
}
8278

8379
.completed {
84-
background-color: #0ebe0e;
85-
color: white !important;
80+
background-color: #b9bf15;
8681
}
8782
}
8883
}

0 commit comments

Comments
 (0)