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 / _navmenu.scss

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

59 lines 806 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 08. Nav Menu
3 */
4 .csf-nav-menu-options{
5 clear: both;
6 float: left;
7 width: 100%;
8
9 > .csf-fields{
10 margin: 10px -10px;
11 border-top: 1px solid #eee;
12 border-bottom: 1px solid #eee;
13
14 > .csf-field{
15 padding: 12px;
16
17 .csf-title{
18 float: none;
19 width: 100%;
20 margin-bottom: 5px;
21 }
22
23 .csf-fieldset{
24 float: none;
25 width: 100%;
26 }
27 }
28 }
29
30 .csf-field-text input{
31 width: 100%;
32 }
33
34 .csf-field-notice .csf-notice{
35 padding: 15px;
36 }
37 }
38
39 .csf-nav-menu-title{
40 padding: 12px;
41 background-color: #f5f5f5;
42 border-top: 1px solid #eee;
43 border-bottom: 1px solid #eee;
44
45 &:first-child{
46 border-top: 0;
47 }
48
49 h4{
50 margin: 0;
51 padding: 0;
52 color: #23282d;
53 }
54 }
55
56 .csf-nav-menu-icon{
57 margin-right: 5px;
58 }
59