Display: Update message boxes color to use Chamilo's color theme - refs BT#19044

pull/4002/head
Yannick Warnier 4 years ago
parent e822afd947
commit f74c045dc3
  1. 8
      assets/css/app.scss

@ -150,19 +150,19 @@
}
.alert-info {
@apply text-white bg-blue-400;
@apply text-white bg-ch-info;
}
.alert-warning {
@apply text-yellow-700 bg-yellow-100;
@apply text-gray-900 bg-ch-warning;
}
.alert-success {
@apply text-white bg-green-400;
@apply text-gray-900 bg-ch-success;
}
.alert-danger {
@apply text-white bg-red-500;
@apply text-white bg-ch-error;
}
// Tabs

Loading…
Cancel
Save