[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:
parent
99f61af203
commit
29bdacee14
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue