edit form css

This commit is contained in:
2023-06-19 16:12:38 +02:00
parent 116b69612f
commit 7a4d729847
3 changed files with 56 additions and 17 deletions
@@ -1,5 +1,5 @@
.field--name-field-subheading{
font-size: 2rem;
font-size: 1rem;
}
@@ -39,30 +39,60 @@
// }
.node-book-edit-form{
width: 70%;
background-color: #f2f2f2;
width: 80%;
// background-color: #f1f1f0;
border-top-style: solid;
padding: 5rem;
font-size: 1rem;
.js-filter-wrapper.js-form-wrapper.form-wrapper{
font-size: 1rem;
label{
visibility: hidden;
font-size: 1rem;
color:rgba(0, 0, 0, 0.2);
.field--name-field-subheading{
}
ul{
list-style: none;
}
}
#field-article-values{
border: hidden;
border-bottom: 1px;
border-collapse: separate;
// border-bottom: 1px;
// border-inline-end-width: thick;
// writing-mode: horizontal-tb;
margin: 3rem;
tr{
margin: 3rem;
padding: 3rem;
}
.paragraph-type{
box-shadow: 1px, black;
}
.paragraph-type-label{
font-weight: 800;
background-color: rgba(140, 234, 247, 0.2);
padding: 3rem;
}
}
}
.js-form-type-tablefield{
table{
width: 100%;
td{
overflow: hidden;
// overflow-wrap: break-word;
// white-space: nowrap;
// // width: 100%;
input{
border-style: none;
// margin: 1rem;
// text-overflow: ellipsis;
// overflow-wrap: break-word;
// width: fit-content;
}
}
}
}