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 { .alert-info {
@apply text-white bg-blue-400; @apply text-white bg-ch-info;
} }
.alert-warning { .alert-warning {
@apply text-yellow-700 bg-yellow-100; @apply text-gray-900 bg-ch-warning;
} }
.alert-success { .alert-success {
@apply text-white bg-green-400; @apply text-gray-900 bg-ch-success;
} }
.alert-danger { .alert-danger {
@apply text-white bg-red-500; @apply text-white bg-ch-error;
} }
// Tabs // Tabs

Loading…
Cancel
Save