Skip to content
Snippets Groups Projects
Commit 6f79c2d0 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix/ loading bar 1px gap

parent 2769ad37
Branches
No related tags found
2 merge requests!610chore(release): 1.9.3,!592Resolve "Bug design barre de chargement Ecolyo"
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment