first commit
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user