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

Merge branch '244-bug-design-barre-de-chargement-ecolyo' into 'dev'

Resolve "Bug design barre de chargement Ecolyo"

Closes #244

See merge request web-et-numerique/llle_project/ecolyo!592
parents a1672f3b 6f79c2d0
No related branches found
No related tags found
2 merge requests!610chore(release): 1.9.3,!592Resolve "Bug design barre de chargement Ecolyo"
...@@ -60,7 +60,8 @@ ...@@ -60,7 +60,8 @@
.splash-progress-bar-container { .splash-progress-bar-container {
flex: 1; flex: 1;
height: 10px; height: 12px;
box-sizing: border-box;
background-image: linear-gradient( background-image: linear-gradient(
45deg, 45deg,
#e3b82a 11.11%, #e3b82a 11.11%,
...@@ -75,9 +76,12 @@ ...@@ -75,9 +76,12 @@
border: solid 1px $gold-shadow; border: solid 1px $gold-shadow;
border-radius: 12px; border-radius: 12px;
.splash-progress-bar-content { .splash-progress-bar-content {
height: 11px; height: 12px;
box-sizing: border-box;
background-color: $gold-shadow; 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; transition: all 300ms ease;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment