]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Add progressbar smoothing
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 5c9236b485cd67bfbdcdf7c6d0081d38949f48c6..b868258faaac3a9b96cf539a6bc71d10e24d9017 100644 (file)
@@ -23,7 +23,7 @@ body {
 .el-footer {
     padding: 3px 20px;
     font-size: 14px;
-    text-align: center;
+    height: 38px !important;
 }
 
 a {
@@ -62,6 +62,10 @@ a:hover, a:focus {
     visibility: visible;
 }
 
+.el-progress-bar__inner {
+    transition: width 250ms;
+}
+
 .el-breadcrumb {
     border: 1px solid #ebeef5;
     border-radius: 5px;