[common-assets | new-theme]: landing-utils.css: Removed rules related to .uk-progress (updated and moved to openaire-theme in progress.css).

This commit is contained in:
Konstantina Galouni 2022-04-28 16:52:19 +03:00
parent 99f61af203
commit 29bdacee14
1 changed files with 1 additions and 22 deletions

View File

@ -461,25 +461,4 @@
.card-tab {
border-radius: 6px;
border-left: 5px var(--landing-section-separator-color) solid;
}
/* Progress */
.landing .uk-progress {
height: 16px;
background-color: transparent;
}
/*firefox*/
.landing .uk-progress::-moz-progress-bar {
background-color: greenyellow;
}
/*chrome*/
.landing .uk-progress::-webkit-progress-value {
background-color: var(--secondary-color);
}
/*internet explore & edge*/
.landing .uk-progress::-ms-fill {
background-color: var(--secondary-color);
}
}