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

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

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

```scss
.fluentform-admin-notice {
  display: block;
  .ff_logo_holder {
    max-width: 90px;
    display: inline-block;
    margin-right: 20px;
    img {
      max-width: 100%;
    }
  }
  .ff_notice_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 40px;
    max-width: 67%;
    > h3 {
      margin: 0px;
    }
    .ff_temp_hide_nag {
      position: absolute;
      right: 5px;
      top: 50%;
      .nag_cross_btn {
        cursor: pointer;
        &:hover {
          color: gray;
        }
      }
    }
  }
}
```
