css/sass/partials/_kontentfields-new.scss
.module-meta-actions{
display: none;
}
/*
Field Tabs
*/
.field-wrapper{
margin-bottom: 10px;
label{
width: 120px;
display: inline-block;
}
input[type=text]{
margin-left:0px;
}
}
/* groups */
.kb_group_header{
padding: 20px;
background-color: $lightblue;
h2{
margin: 0 !important;
padding: 0 !important;
color: #fff !important;
text-shadow:1px 1px 1px #999;
}
p.description {
color: #f2f2f2;
padding: 0;
margin: 0;
}
}