form input required *
This commit is contained in:
@@ -46,14 +46,15 @@
|
|||||||
.form-item-titre-du-document{
|
.form-item-titre-du-document{
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
&:after{
|
||||||
|
content: "*";
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
input{
|
input{
|
||||||
// overflow: visible;
|
// overflow: visible;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 5rem;
|
height: 5rem;
|
||||||
&:after{
|
|
||||||
content: "*";
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
// ::placeholder{
|
// ::placeholder{
|
||||||
// content:"Titre du document";
|
// content:"Titre du document";
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user