From 09938e4a74542bdde34c16ae6a0382cabd968ee2 Mon Sep 17 00:00:00 2001 From: Carpenteri1 Date: Mon, 18 Mar 2024 18:07:30 +0100 Subject: [PATCH] progressbar changes --- .../carouselcomponent/carousel.component.css | 84 +++---------------- .../carouselcomponent/carousel.component.html | 17 ++-- 2 files changed, 19 insertions(+), 82 deletions(-) diff --git a/src/app/component/carouselcomponent/carousel.component.css b/src/app/component/carouselcomponent/carousel.component.css index 0ae7ef3..6fddfa3 100644 --- a/src/app/component/carouselcomponent/carousel.component.css +++ b/src/app/component/carouselcomponent/carousel.component.css @@ -2,78 +2,22 @@ width: 100vh; } -/*.setspace { - padding: 0.5em; +.progress-loaded{ + background-color: #313d4b; + border:0.5px solid black; + border-radius: 6px; + z-index:2; + height:24px; } -.container-fluid{ - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; +.progress{ + position:absolute; + width:100%; } -.bi-arrow-left{ - margin-right: 5em; -} - -.bi-arrow-right{ - margin-left: 1.5em; -} - -.button-container { - margin-bottom: 4em; -} - -.overflow-fix{ - overflow-y: auto; -} - -.big-row-container{ - width: 70em; - height: 30em; - overflow-y: auto; -} - -.col-xl-2, -.col-sm-4, -.col-xs-4{ - text-align: left; -} - -@media only screen and (max-width: 575px) -{ - - .col-xl-2, - .col-sm-4, - .col-xs-4 p{ - z-index: 1; - height: 1em; - color:black !important; - padding-top: 0.2em; - } - .progress{ - z-index: 0; - } -} - -@media only screen and (max-height: 240px) -{ - .col-xl-2, - .col-sm-4, - .col-xs-4 p{ - height: 0.7em; - font-size: 0.8em; - margin-bottom: 0.5em !important; - } - .col-xl-9, - .col-sm-8, - .col-xs-8{ - bottom: 1em; - } - .progress{ - height: 0.8em !important; - } +.progress-text{ + z-index: 2; + color: black !important; } @media only screen and (max-width: 835px), @@ -130,6 +74,4 @@ screen and (max-height: 450px) { .progress{ height: 0.8em; } -} - -*/ \ No newline at end of file +} \ No newline at end of file diff --git a/src/app/component/carouselcomponent/carousel.component.html b/src/app/component/carouselcomponent/carousel.component.html index 77bb7e1..93f31f4 100644 --- a/src/app/component/carouselcomponent/carousel.component.html +++ b/src/app/component/carouselcomponent/carousel.component.html @@ -1,23 +1,18 @@ -
+

{{title}}

-
+
-
-
-

{{item.name}} {{item.level}}%:

-
-
-
-
+
+
+
+

{{item.name}} {{item.level}}%

-