diff --git a/src/components/Splash/splashScreen.scss b/src/components/Splash/splashScreen.scss index 03d956ea9405064b6171368efab3e10d0ce7c273..65590c61b478b3c9bf1ee81c1703264240650a8a 100644 --- a/src/components/Splash/splashScreen.scss +++ b/src/components/Splash/splashScreen.scss @@ -60,7 +60,8 @@ .splash-progress-bar-container { flex: 1; - height: 10px; + height: 12px; + box-sizing: border-box; background-image: linear-gradient( 45deg, #e3b82a 11.11%, @@ -75,9 +76,12 @@ border: solid 1px $gold-shadow; border-radius: 12px; .splash-progress-bar-content { - height: 11px; + height: 12px; + box-sizing: border-box; background-color: $gold-shadow; - border-radius: 12px 12px 0 12px; + border: solid 1px $gold-shadow; + border-radius: 12px 4px 0 12px; + border-right: none; transition: all 300ms ease; position: relative; overflow: hidden;