diff --git a/app/assets/stylesheets/admin_type_de_champ.scss b/app/assets/stylesheets/admin_type_de_champ.scss index 71747f829..e4a9b92e9 100644 --- a/app/assets/stylesheets/admin_type_de_champ.scss +++ b/app/assets/stylesheets/admin_type_de_champ.scss @@ -1,5 +1,5 @@ .header_section{ - background-color: rgb(245,245,245); + background-color: rgb(0, 49, 137); margin-top: 20px; margin-bottom: 10px; margin-left: 0; @@ -7,6 +7,12 @@ text-align:center; padding-bottom: 8px; + color: white; + + .form-control.libelle { + font-weight: bold; + } + .form-group.description { display: none; }