Display: Add base style for Chamilo icons using mdi and tailwind colors - refs BT#19044

pull/4002/head
Yannick Warnier 4 years ago
parent f74c045dc3
commit 171bbf9864
  1. 10
      assets/css/app.scss

@ -199,6 +199,16 @@
border-bottom: 1px solid #e4e9ed !important;
}
.ch-tool-icon {
@apply font-extrabold text-transparent bg-clip-text bg-ch-primary
}
.ch-tool-icon-disabled {
@apply font-extrabold text-transparent bg-clip-text bg-gray-400
}
.ch-tool-icon-gradient {
@apply font-extrabold text-transparent bg-clip-text bg-gradient-to-br from-ch-primary to-ch-primary-light
}
@import "scss/index.scss";
}

Loading…
Cancel
Save