# fluentform/3.6.61/resources/assets/admin/css/admin_docs.scss

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

- Page: https://pluginprobe.com/plugins/fluentform/3.6.61/code/resources/assets/admin/css/admin_docs.scss
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.61/raw/resources/assets/admin/css/admin_docs.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/css/admin_docs.scss#L10-L20`.

```scss
@import "../styles/globals";

.ff_doc_top_blocks {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  > * {
    box-sizing: border-box;
  }
  .block_1_3 {
    width: 33.33%;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
    @media (max-width: 768px) {
      width: 100%;
      float: none;
      padding-right: 0px;
      margin-bottom: 30px;
    }
  }

  .block_2_3 {
    width: 66.67%;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
    @media (max-width: 768px) {
      width: 100%;
      float: none;
      padding-right: 0px;
      margin-bottom: 30px;
    }
  }

  .ff_block {
    .ff_block_box {
      padding: 15px;
      background: white;
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
      -moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
      box-shadow: 0 0 5px rgba(0,0,0,.05);
      border-radius: 4px;
      ul {
        list-style: disc;
        margin-left: 20px;
        li a {
          font-size: 14px;
          text-decoration: none;
          line-height: 22px;
        }
      }
    }
  }
}
.text-center {
  text-align: center;
}

@import "../styles/responsive";
```
