edit form css
This commit is contained in:
@@ -36,4 +36,33 @@
|
||||
// #edit-field-article-8-subform-field-subheading-0-format{
|
||||
// font-size: 1rem;
|
||||
// visibility: hidden;
|
||||
// }
|
||||
// }
|
||||
|
||||
.node-book-edit-form{
|
||||
width: 70%;
|
||||
background-color: #f2f2f2;
|
||||
padding: 5rem;
|
||||
font-size: 1rem;
|
||||
.js-filter-wrapper.js-form-wrapper.form-wrapper{
|
||||
font-size: 1rem;
|
||||
label{
|
||||
visibility: hidden;
|
||||
font-size: 1rem;
|
||||
}
|
||||
ul{
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
#field-article-values{
|
||||
border: hidden;
|
||||
border-bottom: 1px;
|
||||
margin: 3rem;
|
||||
tr{
|
||||
padding: 3rem;
|
||||
}
|
||||
.paragraph-type{
|
||||
box-shadow: 1px, black;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user