# fluentform/3.6.61/resources/assets/admin/styles/_var.scss

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 3.6.61. 17 lines.

- Page: https://pluginprobe.com/plugins/fluentform/3.6.61/code/resources/assets/admin/styles/_var.scss
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.61/raw/resources/assets/admin/styles/_var.scss
- Modified: 2020-12-01T16:51:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/3.6.61/code/resources/assets/admin/styles/_var.scss#L10-L20`.

```scss
$base-color: #42B983;
$primary-color: #20A0FF;
$red: red;
$success: #67C23A;
$danger: #F56C6C;
$warn: #E6A23C;
$info: #909399;
$gray: #f5f5f5;
$gray-border: #e2e4e7;;
$greenishGray: #8391a5;

$max-width: 980px;
$min-width: 730px;

$item-height: 70px;
$placeholder-bg: #f5f5f5;

```
