PluginProbe
Orderable – Restaurant & Food Ordering System / 1.10.0
Orderable – Restaurant & Food Ordering System v1.10.0
0.1.4 0.1.5 0.2.0 1.0.0 1.1.0 1.1.1 1.10.0 1.10.1 1.11.0 1.12.0 1.12.1 1.12.2 1.13.0 1.14.0 1.15.0 1.16.0 1.17.0 1.17.1 1.18.0 1.19.0 1.19.1 1.19.2 1.2.0 1.20.0 1.20.1 All 44 releases
orderable / inc / modules / layouts / source / admin / scss / _layout-builder.scss

_layout-builder.scss in Orderable – Restaurant & Food Ordering System 1.10.0, at inc/modules/layouts/source/admin/scss/_layout-builder.scss

55 lines 865 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #orderable-layout-settings-metabox {
2 z-index: 1000;
3 }
4
5 #orderable-layout-preview-metabox {
6
7 .inside {
8 padding: 24px 24px 0;
9 margin: 0;
10 }
11
12 .inside h2.orderable-category-heading__title,
13 .inside h3 {
14 margin: 0 0 $padding * 2;
15 }
16
17 .inside h2 {
18 padding: 0;
19 font-weight: 600;
20 font-size: 20px;
21 line-height: 1.2;
22 }
23
24 .orderable-category-heading__description {
25 margin: -$padding 0 $padding * 2;
26 }
27
28 .orderable-main {
29 max-width: 1000px;
30 margin: 0;
31 }
32
33 .orderable-main--sections-side_tabs {
34
35 .orderable-main__tabs {
36 margin: 0 $padding * 2 $padding * 2 0 !important;
37 }
38 }
39 }
40
41 .orderable-layout-preview-notice {
42 background: #fff;
43 border: 1px solid #c3c4c7;
44 border-left-width: 4px;
45 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
46 margin: 0 0 25px;
47 padding: 1px 12px;
48 border-left-color: $c-brand;
49
50 p {
51 margin: 0.5em 0;
52 padding: 2px;
53 }
54 }
55