Ver Fonte

Merge branch 'stage'

bach há 6 dias atrás
pai
commit
ccaa11a365

+ 4 - 0
web/themes/custom/reha/dist/css/bundle.css

@@ -3829,4 +3829,8 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
 .field--name-field-dossier-de-pilotage h4 ::after {
   content: "";
   border-top: solid 1px black;
+}
+
+.messages--error {
+  color: red;
 }

+ 3 - 0
web/themes/custom/reha/scss/pages/_page-mon-espace-de-travail.scss

@@ -170,3 +170,6 @@
 }
 
 
+.messages--error{
+    color:red;
+}