@@ -54,86 +54,18 @@ description: Meet the CRUP team and instructors.
54
54
text-decoration : underline ;
55
55
}
56
56
57
- .staffer-badge {
58
- display : inline-block ;
59
- background-color : #f6f8fa ;
60
- color : #0366d6 !important ;
61
- padding : 0.16em 0.56em ;
62
- border-radius : 6px ;
63
- font-size : 0.8em ;
64
- font-weight : 500 ;
65
- margin-left : 0.5rem ;
66
- text-transform : uppercase ;
67
- border : 1px solid #e1e4e8 ;
68
- }
69
-
70
- /* Specific styling for pronouns badges (not role badges) */
71
- .staffer-name .staffer-badge {
72
- background-color : #f6f8fa !important ;
73
- color : #0366d6 !important ;
74
- border : 1px solid #e1e4e8 !important ;
75
- }
76
-
77
57
.staffer-role {
78
58
font-weight : 500 ;
79
59
color : #0366d6 ;
80
60
margin : 0.25rem 0 ;
81
61
font-size : 1rem ;
82
62
}
83
63
84
- .staffer-meta {
85
- font-size : 0.9rem ;
86
- color : #586069 ;
87
- margin : 0.25rem 0 ;
88
- }
89
-
90
64
.staffer p {
91
65
margin : 0.25rem 0 ;
92
66
line-height : 1.5 ;
93
67
}
94
68
95
- .staffer p a {
96
- color : #0366d6 ;
97
- text-decoration : none ;
98
- }
99
-
100
- .staffer p a :hover {
101
- text-decoration : underline ;
102
- }
103
-
104
- /* Role-specific styling */
105
- .label-EdVP {
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 ;
111
- }
112
-
113
- .label-Instructor {
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 ;
119
- }
120
-
121
- .label-TA {
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 ;
127
- }
128
-
129
- .label-Mentor {
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 ;
135
- }
136
-
137
69
/* Responsive design */
138
70
@media (max-width : 768px ) {
139
71
.staffer {
0 commit comments