Explorar el Código

form input required *

ouidade hace 2 años
padre
commit
0e36569b93
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. 5 4
      web/themes/custom/eql/scss/pages/_webform.scss

+ 5 - 4
web/themes/custom/eql/scss/pages/_webform.scss

@@ -46,14 +46,15 @@
             .form-item-titre-du-document{
                 margin-top: 2rem;
                 width: 100%;
+                &:after{
+                    content: "*";
+                    color: red;
+                }
                 input{
                     // overflow: visible;
                     width: 100%;
                     height: 5rem;
-                    &:after{
-                        content: "*";
-                        color: red;
-                    }
+                  
                     // ::placeholder{
                     //     content:"Titre du document";
                     // }