PluginProbe
RabbitLoader / 2.17.6
RabbitLoader v2.17.6
4.0.2 4.0.1 4.0 3.2.0 3.1.1 3.1.0 3.0.5 3.0.3 3.0.4 2.17.1 2.17.2 2.17.3 2.17.4 2.17.5 2.17.6 2.17.7 2.18.0 2.18.1 2.18.2 2.18.3 2.18.4 2.18.5 2.18.6 2.18.7 2.18.8 All 129 releases
rabbit-loader / admin / css / style.css

style.css in RabbitLoader 2.17.6, at admin/css/style.css

287 lines 7.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body{
2 background-color: #f0f0f1 !important;
3 }
4 .rabbitloader-home-tab-content{padding:20px 0px;}
5 .text-success{color:green;}
6 .text-danger{color:brown;}
7 .text-grey{color:#333;}
8 .div-connect-parent{margin-top: 20px; background-color: white; padding: 0 20px; text-align: center; max-width: 600px; margin: 0 auto;border-radius: 5px; border: solid 1px #dee2e6;}
9
10 h1, h2, h3, h4, h5, h6 {
11 font-family: "Manrope", sans-serif;
12 color: #1f0757;
13 line-height: 1.3;
14 font-weight: 700;
15 }
16 .mt-05{margin-top: 0.12rem!important;}
17 @media (min-width: 1200px){
18 .h4, h4 {
19 font-size: 1.5rem;
20 }
21 }
22 .h4, h4 {
23 font-size: calc(1.275rem + .3vw);
24 }
25 .div-connect-parent p{font-family: "Manrope", sans-serif; color: #8480ae; line-height: 1.8; font-size: 1rem;}
26
27 .rl-content-area{padding:20px;}
28 .border-bottom{border-bottom: solid 1px #dee2e6;}
29 .rl-btn{
30 font-family: "Manrope", sans-serif;border: none;
31 display: inline-block;
32 border-radius: 4px;
33 padding: 0 1.75rem;
34 font-size: 14px;
35 height: 49px;
36 line-height: 49px;
37 text-transform: capitalize;
38 font-weight: 600;
39 text-align: center;
40 text-decoration: none;
41 vertical-align: middle;
42 cursor: pointer;
43 }
44 .rl-btn-primary{
45 color: #ffffff;
46 background-color: #0811fb;
47 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
48 }
49 .rl-btn-primary:hover{color: #ffffff; background-color: #0811fb;}
50 .rl-btn-secondary{
51 color: #333;
52 background-color: #dee2e6;
53 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
54 }
55 .btn.focus, .btn:focus, .btn:active {
56 outline: none !important;
57 box-shadow: none;
58 }
59 .d-flex {
60 display: -webkit-box!important;
61 display: -ms-flexbox!important;
62 display: flex!important;
63 }
64
65 .footer-area .footer-nav ul {
66 -webkit-box-pack: center;
67 -ms-flex-pack: center;
68 justify-content: center;
69 padding-left: 0;
70 }
71 .footer-area .footer-nav ul li a {
72 color: #8480ae;
73 margin: 0 15px;
74 font-family: "Manrope", sans-serif;
75 -webkit-transition-duration: 500ms;
76 transition-duration: 500ms;
77 text-decoration: none;
78 outline: 0 solid transparent;
79 color: #1f0757;
80 }
81 .rl-card{padding:20px; background-color: #ffffff; border-radius: 6px; }
82
83 .rl-dash-buttons{padding:10px 20px; background-color: #ffffff; color: #0811fb ; display: inline-block; margin-right:20px; text-align: center; border-radius: 6px; cursor: pointer; border:#ffffff solid 1px; transition:all .15s ease-in-out; text-decoration: none;}
84 .rl-dash-buttons:hover{border:#04098a solid 1px; background-color: #0811fb ; color: #ffffff; }
85 .rl-dash-link{text-decoration: none;}
86 .rl-dash-link:hover{color: #0811fb !important;}
87
88 div.score_circle {position:relative; margin:0 auto; width:150px; height:150px;}
89 .score_circle canvas { display: block; position:absolute; top:0; left:0;}
90 .score_circle span { color:#555; display:block; line-height:150px; width:150px; text-align:center; font-family:sans-serif; font-size:60px; font-weight:100; /* margin-left:5px; */
91 }
92 input {width: 200px;}
93 /* #freshworks-frame-wrapper{bottom: 30px !important;} */
94 .dataTables_wrapper {
95 min-height: 150px;
96 }
97
98 .dataTables_wrapper .table-bordered td, .dataTables_wrapper .table-bordered th {
99 border: none
100 }
101
102 .dataTables_wrapper .table-bordered th {
103 font-weight: 600;
104 background: #F7F8FB;
105 }
106
107 .dataTables_wrapper tr:nth-child(even) {
108 background: #F7F8FB;
109 }
110
111 .datatable-header {
112 border: none;
113 }
114
115 .datatable-header input {
116 border: 1px solid #EAECF1;
117 }
118
119 .datatable-header select {
120 border: 1px solid #EAECF1;
121 }
122
123 .datatable-header input {
124 transition: all .15s ease-in-out;
125 }
126
127 .datatable-header input:focus {
128 border-color: #0811fb !important;
129 box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1);
130 }
131
132 .datatable-basic .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
133 border: 1px solid #EAECF1;
134 min-height: 30px;
135 }
136
137 .datatable-header button {
138 border: 1px solid #EAECF1;
139 }
140
141 .datatable-footer {
142 border: none;
143 }
144
145 .dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:focus, .dataTables_paginate .paginate_button.current:hover {
146 /* background-color: #0811fb !important; */
147 /* color: #fff !important; */
148 border-radius: 50% !important;
149 }
150 .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
151 /* background-color: #0811fb !important; */
152 /* color: #fff !important; */
153 border-radius: 50% !important;
154 }
155 .rl-table {
156 border: none;
157 font-size: 0.875rem;
158 }
159
160 .rl-table tbody td, tr, th {
161 border: none
162 }
163
164 .rl-table thead th {
165 border: none;
166 background: #F7F8FB;
167 }
168
169 .rl-table tr:nth-child(even) {
170 background: #F7F8FB;
171 }
172
173 .rl-table>thead>tr>th {
174 border: none;
175 }
176
177 .rl-table th {
178 border: none;
179 font-weight: 600
180 }
181
182 .no-bg-table.table tr:nth-child(even) {
183 background: transparent;
184 }
185
186 .no-bg-table.table>thead>tr>th {
187 border: none;
188 color: #000;
189 }
190
191 .no-bg-table.table tr {
192 color: #000;
193 }
194 .datatable-header, .datatable-footer{padding:0 1.5rem; border: none; margin-top:1.5rem;}
195 .datatable-header::after {
196 display: block;
197 clear: both;
198 content: "";
199 margin-bottom:10px;
200 }
201
202 .datatable-scroll-wrap {
203 width: 100%;
204 min-height: .01%;
205 overflow-x: auto;
206 }
207 .dataTable thead td, .dataTable thead th {
208 outline: 0;
209 position: relative;
210 }
211 .dataTable tbody td, .dataTable tbody th {
212 outline: 0;
213 }
214 .dataTables_wrapper::after {
215 display: block;
216 clear: both;
217 content: "";
218 }
219 .dataTables_wrapper .dataTables_length select{-webkit-appearance: auto; background:none;}
220 .dataTables_wrapper .dataTables_filter input{padding:0px 8px !important;}
221 table.dataTable thead th, table.dataTable thead td{padding:8px 24px !important; border-bottom: none !important;}
222 table.dataTable tbody th, table.dataTable tbody td{padding:8px 24px !important;}
223 table.dataTable.no-footer{border-bottom: none !important;}
224
225
226 /* The switch - the box around the slider */
227 .rl-switch {
228 position: relative;
229 display: inline-block;
230 width: 60px;
231 height: 34px;
232 }
233
234 /* Hide default HTML checkbox */
235 .rl-switch input {
236 opacity: 0;
237 width: 0;
238 height: 0;
239 }
240
241 /* The slider */
242 .rl-switch-slider {
243 position: absolute;
244 cursor: pointer;
245 top: 0;
246 left: 0;
247 right: 0;
248 bottom: 0;
249 background-color: #842029;
250 -webkit-transition: .4s;
251 transition: .4s;
252 }
253
254 .rl-switch-slider:before {
255 position: absolute;
256 content: "";
257 height: 26px;
258 width: 26px;
259 left: 4px;
260 bottom: 4px;
261 background-color: white;
262 -webkit-transition: .4s;
263 transition: .4s;
264 }
265
266 input:checked + .rl-switch-slider {
267 background-color: #0d6efd;
268 }
269
270 input:focus + .rl-switch-slider {
271 box-shadow: 0 0 1px #0d6efd;
272 }
273
274 input:checked + .rl-switch-slider:before {
275 -webkit-transform: translateX(26px);
276 -ms-transform: translateX(26px);
277 transform: translateX(26px);
278 }
279
280 /* Rounded sliders */
281 .rl-switch-slider.rl-switch-round {
282 border-radius: 34px;
283 }
284
285 .rl-switch-slider.rl-switch-round:before {
286 border-radius: 50%;
287 }