Sync plugins from current page
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/*--------------------------------------------------------------------------------------------
|
||||
*
|
||||
* Vars
|
||||
*
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/* colors */
|
||||
$acf_blue: #2a9bd9;
|
||||
$acf_notice: #2a9bd9;
|
||||
$acf_error: #F55E4F;
|
||||
$acf_success: #46b450;
|
||||
$acf_warning: #fd8d3b;
|
||||
|
||||
/* acf-field */
|
||||
$field_padding: 15px 12px;
|
||||
$field_padding_x: 12px;
|
||||
$field_padding_y: 15px;
|
||||
$fp: 15px 12px;
|
||||
$fy: 15px;
|
||||
$fx: 12px;
|
||||
|
||||
/* responsive */
|
||||
$md: 880px;
|
||||
$sm: 640px;
|
||||
Reference in New Issue
Block a user