|
14 | 14 | {# Session overview card #} |
15 | 15 | <div class="bg-white border border-gray-25 rounded-2xl shadow-sm p-6 md:p-7 mb-6 md:mb-8"> |
16 | 16 | <div class="flex items-center gap-2 mb-4"> |
17 | | - <i class="mdi mdi-information-outline text-info text-xl" aria-hidden="true"></i> |
| 17 | + <i class="mdi mdi-information-outline text-primary text-xl" aria-hidden="true"></i> |
18 | 18 | <h3 class="text-gray-90 text-body-1 font-semibold">{{ 'Session overview'|trans }}</h3> |
19 | 19 | </div> |
20 | 20 |
|
|
92 | 92 | <div class="p-4 rounded-xl bg-support-2 border border-gray-25"> |
93 | 93 | <dt class="text-gray-50 text-tiny uppercase tracking-wide">{{ 'Career'|trans }}</dt> |
94 | 94 | <dd class="text-gray-90 text-body-2 mt-1"> |
95 | | - <a class="text-info hover:underline" |
| 95 | + <a class="text-primary hover:underline" |
96 | 96 | href="{{ _p.web_main }}admin/career_dashboard.php?filter={{ session.promotion.career.id }}&submit=&_qf__filter_form="> |
97 | 97 | {{ session.promotion.career.title }} |
98 | 98 | </a> |
|
101 | 101 | <div class="p-4 rounded-xl bg-support-2 border border-gray-25"> |
102 | 102 | <dt class="text-gray-50 text-tiny uppercase tracking-wide">{{ 'Promotion'|trans }}</dt> |
103 | 103 | <dd class="text-gray-90 text-body-2 mt-1"> |
104 | | - <a class="text-info hover:underline" |
| 104 | + <a class="text-primary hover:underline" |
105 | 105 | href="{{ _p.web_main }}admin/promotions.php?action=edit&id={{ session.promotion.id }}"> |
106 | 106 | {{ session.promotion.title }} |
107 | 107 | </a> |
|
160 | 160 | <div class="mt-6"> |
161 | 161 | <a class="inline-flex items-center gap-2 px-3 py-2 rounded-xl border border-gray-25 hover:shadow-sm hover:bg-gray-10 transition text-gray-90" |
162 | 162 | href="{{ _p.web_main }}session/scheduled_announcement.php?session_id={{ session.id }}"> |
163 | | - <i class="mdi mdi-bullhorn text-info" aria-hidden="true"></i> |
| 163 | + <i class="mdi mdi-bullhorn text-primary" aria-hidden="true"></i> |
164 | 164 | <span class="text-body-2">{{ 'Scheduled announcements'|trans }}</span> |
165 | 165 | </a> |
166 | 166 | </div> |
|
170 | 170 | {# Course list #} |
171 | 171 | <div class="bg-white border border-gray-25 rounded-2xl shadow-sm p-6 md:p-7 mb-6 md:mb-8"> |
172 | 172 | <div class="flex items-center gap-2 mb-3"> |
173 | | - <i class="mdi mdi-book-open-page-variant text-info text-xl" aria-hidden="true"></i> |
| 173 | + <i class="mdi mdi-book-open-page-variant text-primary text-xl" aria-hidden="true"></i> |
174 | 174 | <span class="text-gray-90 font-semibold">{{ 'Course list'|trans }}</span> |
175 | 175 | </div> |
176 | 176 | <div class="overflow-x-auto"> |
|
184 | 184 | {% if user_list is not empty %} |
185 | 185 | <div class="bg-white border border-gray-25 rounded-2xl shadow-sm p-6 md:p-7 mb-6 md:mb-8"> |
186 | 186 | <div class="flex items-center gap-2 mb-3"> |
187 | | - <i class="mdi mdi-account-multiple text-info text-xl" aria-hidden="true"></i> |
| 187 | + <i class="mdi mdi-account-multiple text-primary text-xl" aria-hidden="true"></i> |
188 | 188 | <span class="text-gray-90 font-semibold">{{ 'User list'|trans }}</span> |
189 | 189 | </div> |
190 | 190 | <div class="overflow-x-auto"> |
|
0 commit comments