PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 3.6.61
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v3.6.61
6.2.14 6.2.13 6.2.12 6.2.10 6.2.11 6.2.9 6.2.8 6.2.7 6.2.6 6.2.5 6.2.4 6.2.3 6.2.2 3.6.22 3.6.31 3.6.40 3.6.41 3.6.42 3.6.50 3.6.51 3.6.60 3.6.61 3.6.62 3.6.64 3.6.65 All 196 releases
fluentform / resources / assets / admin / css / admin_docs.scss

admin_docs.scss in Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 3.6.61, at resources/assets/admin/css/admin_docs.scss

62 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "../styles/globals";
2
3 .ff_doc_top_blocks {
4 display: block;
5 width: 100%;
6 position: relative;
7 margin-bottom: 20px;
8 overflow: hidden;
9 > * {
10 box-sizing: border-box;
11 }
12 .block_1_3 {
13 width: 33.33%;
14 float: left;
15 padding-right: 30px;
16 margin-bottom: 30px;
17 @media (max-width: 768px) {
18 width: 100%;
19 float: none;
20 padding-right: 0px;
21 margin-bottom: 30px;
22 }
23 }
24
25 .block_2_3 {
26 width: 66.67%;
27 float: left;
28 padding-right: 30px;
29 margin-bottom: 30px;
30 @media (max-width: 768px) {
31 width: 100%;
32 float: none;
33 padding-right: 0px;
34 margin-bottom: 30px;
35 }
36 }
37
38 .ff_block {
39 .ff_block_box {
40 padding: 15px;
41 background: white;
42 -webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
43 -moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
44 box-shadow: 0 0 5px rgba(0,0,0,.05);
45 border-radius: 4px;
46 ul {
47 list-style: disc;
48 margin-left: 20px;
49 li a {
50 font-size: 14px;
51 text-decoration: none;
52 line-height: 22px;
53 }
54 }
55 }
56 }
57 }
58 .text-center {
59 text-align: center;
60 }
61
62 @import "../styles/responsive";