mirror of https://github.com/vtrois/kratos
68 lines
840 B
SCSS
68 lines
840 B
SCSS
/**
|
|
* 04. Widget
|
|
*/
|
|
.csf-widgets{
|
|
|
|
> .csf-field{
|
|
position: relative;
|
|
top: -1px;
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
padding: 12px 15px;
|
|
|
|
.csf-title{
|
|
float: none;
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.csf-fieldset{
|
|
float: none;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.csf-field-text input{
|
|
width: 100%;
|
|
}
|
|
|
|
.csf-field-notice .csf-notice{
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
.control-section{
|
|
|
|
.csf-widgets{
|
|
|
|
> .csf-field{
|
|
margin-left: -10px;
|
|
margin-right: -10px;
|
|
padding: 10px 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wp-block{
|
|
|
|
.csf-widgets{
|
|
font-size: 13px;
|
|
|
|
> .csf-field{
|
|
margin-left: -10px;
|
|
margin-right: -10px;
|
|
|
|
.button-primary{
|
|
color: #fff;
|
|
}
|
|
|
|
> .csf-title{
|
|
|
|
> h4{
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|