diff --git a/client/assets/defaultStyles.css b/client/assets/defaultStyles.css index e0ca79e29..ca4217be0 100644 --- a/client/assets/defaultStyles.css +++ b/client/assets/defaultStyles.css @@ -66,3 +66,20 @@ margin-block-start: 0; } +.shepherd-progress-bar { + width: 100%; + height: 4px; + background: rgba(255, 255, 255, 0.2); + margin-top: 5px; + border-radius: 2px; + overflow: hidden; +} + +.shepherd-progress-bar span { + display: block; + height: 100%; + background: #4cafef; + /* Change to match theme */ + width: 0%; + transition: width 0.3s ease; +} \ No newline at end of file diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index d69f1f708..c6b9853a0 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -42,14 +42,6 @@ - - - - - -