We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4ba07 commit 1fcf5c4Copy full SHA for 1fcf5c4
code-studio/src/css/plc/teacher_dashboard.scss
@@ -49,8 +49,6 @@
49
50
.coming_soon {
51
text-align: center;
52
- font-size: 16px;
53
- padding-top: 20px;
54
}
55
56
a {
@@ -59,6 +57,7 @@
59
57
60
58
.module_assignment {
61
border-radius: 5px;
+ color: white !important;
62
font-family: "Gotham 4r", sans-serif;
63
text-decoration: none;
64
margin: 10px;
@@ -70,19 +69,15 @@
70
69
71
72
.not_started {
73
- border: 1px solid #bbbbbb;
74
- background-color: $white;
75
- color: $charcoal !important;
+ background-color: #0094ca;
76
77
78
.in_progress {
79
background-color: #EFCD1C;
80
- color: white !important;
81
82
83
.completed {
84
- background-color: #0ebe0e;
85
+ background-color: #b9bf15;
86
87
88
0 commit comments