1 |
efrain |
1 |
/**
|
|
|
2 |
* Cocoon Form Builder integration for Moodle
|
|
|
3 |
*
|
|
|
4 |
* @package cocoon_form_builder
|
|
|
5 |
* @copyright ©2021 Cocoon, XTRA Enterprises Ltd. createdbycocoon.com
|
|
|
6 |
* @author Cocoon
|
|
|
7 |
*/
|
|
|
8 |
|
|
|
9 |
.fb-button {
|
|
|
10 |
width: 140px;
|
|
|
11 |
height: 45px;
|
|
|
12 |
font-family: 'Roboto', sans-serif;
|
|
|
13 |
font-size: 11px;
|
|
|
14 |
text-transform: uppercase;
|
|
|
15 |
letter-spacing: 2.5px;
|
|
|
16 |
font-weight: 500;
|
|
|
17 |
color: #000;
|
|
|
18 |
background-color: #fff;
|
|
|
19 |
border: none;
|
|
|
20 |
border-radius: 45px;
|
|
|
21 |
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
|
|
|
22 |
transition: all 0.3s ease 0s;
|
|
|
23 |
cursor: pointer;
|
|
|
24 |
outline: none;
|
|
|
25 |
position: fixed;
|
|
|
26 |
bottom: 50px;
|
|
|
27 |
right: 50px;
|
|
|
28 |
z-index: 99;
|
|
|
29 |
text-align: center;
|
|
|
30 |
padding: 4px 0;
|
|
|
31 |
text-decoration: none;
|
|
|
32 |
}
|
|
|
33 |
.fb-button:hover {
|
|
|
34 |
background-color: #2EE59D;
|
|
|
35 |
box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
|
|
|
36 |
color: #fff;
|
|
|
37 |
transform: translateY(-7px);
|
|
|
38 |
}
|
|
|
39 |
/* #root {
|
|
|
40 |
display: none;
|
|
|
41 |
max-width: 90% !important;
|
|
|
42 |
max-height: 90% !important;
|
|
|
43 |
left: 50% !important;
|
|
|
44 |
top: 50% !important;
|
|
|
45 |
transform: translate(-50%,-50%) !important;
|
|
|
46 |
overflow: visible !important;
|
|
|
47 |
}
|
|
|
48 |
#app-pb-surround {
|
|
|
49 |
height: 90%;
|
|
|
50 |
overflow-y: scroll;
|
|
|
51 |
} */
|
|
|
52 |
body {
|
|
|
53 |
padding-top: 0 !important;
|
|
|
54 |
}
|
|
|
55 |
.MuiGrid-container {
|
|
|
56 |
align-items: center;
|
|
|
57 |
}
|
|
|
58 |
.tableItem {
|
|
|
59 |
border-bottom: 1px solid #e0e0e0;
|
|
|
60 |
margin-bottom: 12px !important;
|
|
|
61 |
}
|
|
|
62 |
.tableItem:hover {
|
|
|
63 |
background: #eee;
|
|
|
64 |
}
|
|
|
65 |
#searchForm .form-field label,
|
|
|
66 |
#updateForm #controlled-tab-example-tabpane-settings label,
|
|
|
67 |
#addNewForm #controlled-tab-example-tabpane-settings label {
|
|
|
68 |
font-size: 14px;
|
|
|
69 |
font-family: "Open Sans";
|
|
|
70 |
color: #0a0a0a;
|
|
|
71 |
line-height: 1.2;
|
|
|
72 |
font-weight: bold;
|
|
|
73 |
display: inline-block;
|
|
|
74 |
margin-right: 20px;
|
|
|
75 |
width: 100px;
|
|
|
76 |
}
|
|
|
77 |
#searchForm .form-field label + input,
|
|
|
78 |
#updateForm #controlled-tab-example-tabpane-settings label + input,
|
|
|
79 |
#addNewForm #controlled-tab-example-tabpane-settings label + input,
|
|
|
80 |
#updateForm #controlled-tab-example-tabpane-recipients label + input,
|
|
|
81 |
#addNewForm #controlled-tab-example-tabpane-recipients label + input {
|
|
|
82 |
display: inline-block;
|
|
|
83 |
height: calc(2.25rem + 2px);
|
|
|
84 |
padding: .375rem .75rem;
|
|
|
85 |
font-size: 1rem;
|
|
|
86 |
font-weight: 400;
|
|
|
87 |
line-height: 1.5;
|
|
|
88 |
color: #495057;
|
|
|
89 |
background-color: #fff;
|
|
|
90 |
background-clip: padding-box;
|
|
|
91 |
border: 1px solid #ced4da;
|
|
|
92 |
border-radius: .25rem;
|
|
|
93 |
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
|
94 |
min-width: 400px;
|
|
|
95 |
}
|
|
|
96 |
#updateForm #controlled-tab-example-tabpane-recipients .form-field > div > .form-field,
|
|
|
97 |
#addNewForm #controlled-tab-example-tabpane-recipients .form-field > div > .form-field {
|
|
|
98 |
width: auto;
|
|
|
99 |
display: inline-block;
|
|
|
100 |
margin-right: 8px;
|
|
|
101 |
}
|
|
|
102 |
#updateForm #controlled-tab-example-tabpane-recipients .form-field > div > .form-field > button,
|
|
|
103 |
#addNewForm #controlled-tab-example-tabpane-recipients .form-field > div > .form-field > button {
|
|
|
104 |
top: -1px;
|
|
|
105 |
height: 37px;
|
|
|
106 |
}
|
|
|
107 |
#searchForm .form-field label + select,
|
|
|
108 |
#updateForm #controlled-tab-example-tabpane-settings label + select,
|
|
|
109 |
#addNewForm #controlled-tab-example-tabpane-settings label + select {
|
|
|
110 |
display: inline-block;
|
|
|
111 |
height: calc(2.25rem + 2px);
|
|
|
112 |
padding: .375rem 1.75rem .375rem .75rem;
|
|
|
113 |
font-weight: 400;
|
|
|
114 |
line-height: 1.5;
|
|
|
115 |
color: #495057;
|
|
|
116 |
vertical-align: middle;
|
|
|
117 |
background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
|
|
|
118 |
background-color: #fff;
|
|
|
119 |
border: 1px solid #ced4da;
|
|
|
120 |
border-radius: .25rem;
|
|
|
121 |
-webkit-appearance: none;
|
|
|
122 |
-moz-appearance: none;
|
|
|
123 |
appearance: none;
|
|
|
124 |
min-width: 400px;
|
|
|
125 |
}
|
|
|
126 |
#form-builder-main-menu .form-builder-menu-item {
|
|
|
127 |
display: inline-block;
|
|
|
128 |
font-weight: 400;
|
|
|
129 |
text-align: center;
|
|
|
130 |
vertical-align: middle;
|
|
|
131 |
-webkit-user-select: none;
|
|
|
132 |
-ms-user-select: none;
|
|
|
133 |
user-select: none;
|
|
|
134 |
border: 1px solid transparent;
|
|
|
135 |
padding: .375rem .75rem;
|
|
|
136 |
font-size: 1rem;
|
|
|
137 |
line-height: 1.5;
|
|
|
138 |
border-radius: .25rem;
|
|
|
139 |
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
|
140 |
color: #fff;
|
|
|
141 |
background-color: #6c757d;
|
|
|
142 |
border-color: #6c757d;
|
|
|
143 |
text-decoration: none;
|
|
|
144 |
margin: 0 5px;
|
|
|
145 |
}
|
|
|
146 |
#form-builder-main-menu .form-builder-menu-item:hover,
|
|
|
147 |
#form-builder-main-menu .form-builder-menu-item.active {
|
|
|
148 |
color: #6c757d;
|
|
|
149 |
background-color: #fff;
|
|
|
150 |
}
|