PluginProbe
Easy Hotel – Powerful Hotel Booking / 2.0.2
Easy Hotel – Powerful Hotel Booking v2.0.2
2.0.8 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.9.9 1.9.8 1.9.7 1.9.6 1.9.5 1.9.4 1.9.3 1.9.2 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 All 110 releases
easy-hotel / admin / includes / framework / assets / scss / partials / _widget.scss

_widget.scss in Easy Hotel – Powerful Hotel Booking 2.0.2, at admin/includes/framework/assets/scss/partials/_widget.scss

68 lines 840 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 04. Widget
3 */
4 .csf-widgets{
5
6 > .csf-field{
7 position: relative;
8 top: -1px;
9 margin-left: -15px;
10 margin-right: -15px;
11 padding: 12px 15px;
12
13 .csf-title{
14 float: none;
15 width: 100%;
16 margin-bottom: 5px;
17 }
18
19 .csf-fieldset{
20 float: none;
21 width: 100%;
22 }
23 }
24
25 .csf-field-text input{
26 width: 100%;
27 }
28
29 .csf-field-notice .csf-notice{
30 padding: 15px;
31 }
32 }
33
34 .control-section{
35
36 .csf-widgets{
37
38 > .csf-field{
39 margin-left: -10px;
40 margin-right: -10px;
41 padding: 10px 12px;
42 }
43 }
44 }
45
46 .wp-block{
47
48 .csf-widgets{
49 font-size: 13px;
50
51 > .csf-field{
52 margin-left: -10px;
53 margin-right: -10px;
54
55 .button-primary{
56 color: #fff;
57 }
58
59 > .csf-title{
60
61 > h4{
62 font-size: 13px;
63 }
64 }
65 }
66 }
67 }
68