From 29bdacee147bbf1bd28957457221d20969bd3f44 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 28 Apr 2022 16:52:19 +0300 Subject: [PATCH] [common-assets | new-theme]: landing-utils.css: Removed rules related to .uk-progress (updated and moved to openaire-theme in progress.css). --- library-css/landing-utils.css | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/library-css/landing-utils.css b/library-css/landing-utils.css index 0b502c6..66fa1fd 100644 --- a/library-css/landing-utils.css +++ b/library-css/landing-utils.css @@ -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); -} +} \ No newline at end of file