display none message druppal form faq

This commit is contained in:
2022-01-06 08:12:00 +01:00
parent 19dc0ede4c
commit dcf9cb3de4
3 changed files with 61 additions and 13 deletions
+34 -7
View File
@@ -3,6 +3,12 @@
margin-left: 13%;
margin-right: 20%;
width: 60%;
// div:nth-of-type(2):not(#edit-actions):not(.form-item-couriel-mail-2):not(.form-item-titre-du-document):not(.form-item-intitule-de-l-offre-de-service){
// display: none;
// }
[role="contentinfo"]{
display: none;
}
// #block-contenudelapageprincipale{
.block-system-main-block{
@@ -21,13 +27,18 @@
// input:not(:placeholder-shown) ~ label {
// z-index: -1;
// }
input.required::after{
content: " - Remember this";
background-color: yellow;
color: red;
font-weight: bold;
}
overflow: visible;
.required{
border-color: red !important;
display: block;
content: " ";
}
.required::after{
content: " * ";
}
#edit-processed-text{
width: 100%;
}
@@ -36,9 +47,22 @@
margin-top: 2rem;
width: 100%;
input{
overflow: visible;
width: 100%;
height: 5rem;
::placeholder{
content:"Titre du document";
}
// &::after{
// display: block;
// content: " ";
// color: red;
// background-image: url("../images/pictos/twitter_black.svg");
// font-size: 10rem;
// }
}
}
.form-item-auteur-s-{
@@ -147,6 +171,7 @@
input{
width: 100%;
height: 5rem;
}
}
@@ -222,6 +247,8 @@
justify-content: space-between;
margin-top: 10vh;
#edit-couriel--wrapper{
width: 100%;
.form-item-couriel-mail-1{