/* Remplacement du conic-gradient multicolore par un dégradé bleu personnalisé */

.uk-icon-button::before,
.uk-button-default::before,
.uk-button-primary::before,
.uk-button-secondary::before,
.uk-card-secondary::before,
.uk-subnav-pill > * > :first-child::before,
.uk-pagination > *::before {
  background-image: conic-gradient(from 60deg, #06ABDE, #0362C3) !important;
}
