diff --git a/front/src/css/dashboard.css b/front/src/css/dashboard.css index 8992c43..112110f 100644 --- a/front/src/css/dashboard.css +++ b/front/src/css/dashboard.css @@ -99,27 +99,27 @@ h4 { } .notations .A { /* green */ - background: #00DB61; + background: #0C4; } .notations .B { /* green */ - background: #CAD600; + background: #CD0; } .notations .C { /* yellow */ - background: #FFD119; + background: #FD2; } .notations .D { /* orange */ - background: #FFA319; + background: #FA2; } .notations .E { /* red */ - background: #FF6600; + background: #F60; } .notations .F { /* red */ - background: #FF1919; + background: #F22; } .notations .NA { /* Non applicable */ @@ -132,6 +132,9 @@ h4 { .notations .criteria .table { width: 75%; } +.notations .criteria .grade { + width: 10%; +} .notations .criteria .label { width: 70%; } diff --git a/front/src/less/dashboard.less b/front/src/less/dashboard.less index 74a9931..0f9d068 100644 --- a/front/src/less/dashboard.less +++ b/front/src/less/dashboard.less @@ -105,27 +105,27 @@ h4 { } .notations .A { /* green */ - background: #00DB61; + background: #0C4; } .notations .B { /* green */ - background: #CAD600; + background: #CD0; } .notations .C { /* yellow */ - background: #FFD119; + background: #FD2; } .notations .D { /* orange */ - background: #FFA319; + background: #FA2; } .notations .E { /* red */ - background: #FF6600; + background: #F60; } .notations .F { /* red */ - background: #FF1919; + background: #F22; } .notations .NA { /* Non applicable */ @@ -139,6 +139,9 @@ h4 { .notations .criteria .table { width: 75%; } +.notations .criteria .grade { + width: 10%; +} .notations .criteria .label { width: 70%; } diff --git a/front/src/less/main.less b/front/src/less/main.less index 79f6dd2..f471fd0 100644 --- a/front/src/less/main.less +++ b/front/src/less/main.less @@ -30,7 +30,7 @@ h1 span { .footer { padding: 3em; - color: #4e1836; + color: #000; a { color: inherit; }