X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;h=b868258faaac3a9b96cf539a6bc71d10e24d9017;hb=1196eec5471240b5d2f2ee7e778d305fb60ed6ed;hp=5c9236b485cd67bfbdcdf7c6d0081d38949f48c6;hpb=c248373641e65b585e0029176a608d6f4160642d;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/css/style.css b/frontend/css/style.css index 5c9236b..b868258 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -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;