소스 검색

Merge branch 'stage'

bach 5 달 전
부모
커밋
ccaa11a365
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      web/themes/custom/reha/dist/css/bundle.css
  2. 3 0
      web/themes/custom/reha/scss/pages/_page-mon-espace-de-travail.scss

+ 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;
+}