form input required *

This commit is contained in:
2022-01-07 14:25:44 +01:00
parent 253ebd426d
commit 0e36569b93
@@ -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";
// }