Skip to content

Commit caef88b

Browse files
Update course staff
1 parent 35e467d commit caef88b

File tree

2 files changed

+40
-24
lines changed

2 files changed

+40
-24
lines changed

_sass/custom.scss

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,27 +109,35 @@
109109

110110
/* Role-specific styling */
111111
.label-EdVP {
112-
background-color: #624099;
113-
color: white;
114-
border: none;
112+
background-color: #624099 !important;
113+
color: white !important;
114+
border: none !important;
115+
font-size: 0.9em !important;
116+
padding: 0.25em 0.75em !important;
115117
}
116118

117119
.label-Instructor {
118-
background-color: #5e1c82;
119-
color: white;
120-
border: none;
120+
background-color: #5e1c82 !important;
121+
color: white !important;
122+
border: none !important;
123+
font-size: 0.9em !important;
124+
padding: 0.25em 0.75em !important;
121125
}
122126

123127
.label-TA {
124-
background-color: #935CBC;
125-
color: white;
126-
border: none;
128+
background-color: #935CBC !important;
129+
color: white !important;
130+
border: none !important;
131+
font-size: 0.9em !important;
132+
padding: 0.25em 0.75em !important;
127133
}
128134

129135
.label-Mentor {
130-
background-color: #006C67;
131-
color: white;
132-
border: none;
136+
background-color: #006C67 !important;
137+
color: white !important;
138+
border: none !important;
139+
font-size: 0.9em !important;
140+
padding: 0.25em 0.75em !important;
133141
}
134142

135143
/* Responsive design for role containers */

docs/staff.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,27 +103,35 @@ description: Meet the CRUP team and instructors.
103103

104104
/* Role-specific styling */
105105
.label-EdVP {
106-
background-color: #624099;
107-
color: white;
108-
border: none;
106+
background-color: #624099 !important;
107+
color: white !important;
108+
border: none !important;
109+
font-size: 0.9em !important;
110+
padding: 0.25em 0.75em !important;
109111
}
110112

111113
.label-Instructor {
112-
background-color: #5e1c82;
113-
color: white;
114-
border: none;
114+
background-color: #5e1c82 !important;
115+
color: white !important;
116+
border: none !important;
117+
font-size: 0.9em !important;
118+
padding: 0.25em 0.75em !important;
115119
}
116120

117121
.label-TA {
118-
background-color: #935CBC;
119-
color: white;
120-
border: none;
122+
background-color: #935CBC !important;
123+
color: white !important;
124+
border: none !important;
125+
font-size: 0.9em !important;
126+
padding: 0.25em 0.75em !important;
121127
}
122128

123129
.label-Mentor {
124-
background-color: #006C67;
125-
color: white;
126-
border: none;
130+
background-color: #006C67 !important;
131+
color: white !important;
132+
border: none !important;
133+
font-size: 0.9em !important;
134+
padding: 0.25em 0.75em !important;
127135
}
128136

129137
/* Responsive design */

0 commit comments

Comments
 (0)