|
7 | 7 | // Variables
|
8 | 8 | // ---------------------------------------------
|
9 | 9 |
|
10 |
| -@page-order-sidebar__font-size: 1.5rem; |
11 |
| -@page-order-sidebar__font-size-xs: 1.1rem; |
12 |
| -@page-order-sidebar__color: @color-very-dark-gray; |
13 |
| -@page-order-sidebar__margin: 2.4rem; |
14 |
| -@page-order-sidebar__padding: @indent__base; |
15 |
| -@page-order-sidebar__margin-small: .5rem; |
16 |
| -@page-order-sidebar__margin-m: 1rem; |
17 |
| -@page-order-sidebar__margin-reqular: 1.7rem; |
18 |
| -@page-order-sidebar__border-color: @border__color; |
| 10 | +@order-create-sidebar__font-size: 1.5rem; |
| 11 | +@order-create-sidebar__font-size-xs: 1.1rem; |
| 12 | +@order-create-sidebar__color: @color-very-dark-gray; |
| 13 | +@order-create-sidebar__margin: 2.4rem; |
| 14 | +@order-create-sidebar__padding: @indent__base; |
| 15 | +@order-create-sidebar__margin-small: .5rem; |
| 16 | +@order-create-sidebar__margin-m: 1rem; |
| 17 | +@order-create-sidebar__margin-reqular: 1.7rem; |
| 18 | +@order-create-sidebar__border-color: @border__color; |
19 | 19 |
|
20 |
| -@page-order-sidebar-scroll__height: 24rem; |
| 20 | +@order-create-sidebar-scroll__height: 24rem; |
21 | 21 |
|
22 | 22 | //
|
23 | 23 |
|
|
27 | 27 |
|
28 | 28 | .order-sidebar {
|
29 | 29 | &:extend(.admin__page-nav);
|
30 |
| - color: @page-order-sidebar__color; |
31 |
| - padding: 3rem @page-order-sidebar__padding; |
| 30 | + color: @order-create-sidebar__color; |
| 31 | + padding: 3rem @order-create-sidebar__padding; |
32 | 32 |
|
33 | 33 | .order-currency {
|
34 | 34 | float: none;
|
35 | 35 | font-size: @font-size__base;
|
36 |
| - margin: 0 0 @page-order-sidebar__margin; |
| 36 | + margin: 0 0 @order-create-sidebar__margin; |
37 | 37 | .admin__field-label {
|
38 | 38 | display: block;
|
39 | 39 | text-align: left;
|
40 | 40 | }
|
41 | 41 | }
|
42 | 42 | .customer-activity-title {
|
43 |
| - border-bottom: 1px solid @page-order-sidebar__border-color; |
| 43 | + border-bottom: 1px solid @order-create-sidebar__border-color; |
44 | 44 | font-size: 1.9rem;
|
45 | 45 | font-weight: @font-weight__bold;
|
46 |
| - margin: 0 0 @page-order-sidebar__margin; |
47 |
| - padding: 0 0 @page-order-sidebar__margin; |
| 46 | + margin: 0 0 @order-create-sidebar__margin; |
| 47 | + padding: 0 0 @order-create-sidebar__margin; |
48 | 48 | }
|
49 | 49 | .admin__control-select {
|
50 |
| - margin: 0 0 @page-order-sidebar__margin-small; |
| 50 | + margin: 0 0 @order-create-sidebar__margin-small; |
51 | 51 | width: 100%;
|
52 | 52 | }
|
53 | 53 | .order-sidebar-block {
|
54 |
| - border-bottom: 1px solid @page-order-sidebar__border-color; |
55 |
| - margin: 0 0 @page-order-sidebar__margin; |
56 |
| - padding: 0 0 @page-order-sidebar__margin; |
| 54 | + border-bottom: 1px solid @order-create-sidebar__border-color; |
| 55 | + margin: 0 0 @order-create-sidebar__margin; |
| 56 | + padding: 0 0 @order-create-sidebar__margin; |
57 | 57 | }
|
58 | 58 | .table-info {
|
59 |
| - color: @page-order-sidebar__color; |
| 59 | + color: @order-create-sidebar__color; |
60 | 60 | width: 100%;
|
61 | 61 | th,
|
62 | 62 | td {
|
63 | 63 | &:first-child {
|
64 |
| - padding-left: @page-order-sidebar__padding; |
| 64 | + padding-left: @order-create-sidebar__padding; |
65 | 65 | }
|
66 | 66 | }
|
67 | 67 | .icon {
|
68 | 68 | &:extend(.abs-icon all);
|
69 | 69 | display: inline-block;
|
70 |
| - font-size: @page-order-sidebar__font-size + 0.1rem; |
| 70 | + font-size: @order-create-sidebar__font-size + 0.1rem; |
71 | 71 | vertical-align: middle;
|
72 | 72 | &:after {
|
73 |
| - color: @page-order-sidebar__color; |
| 73 | + color: @order-create-sidebar__color; |
74 | 74 | }
|
75 | 75 | &.icon-remove {
|
76 | 76 | margin-left: -3px;
|
77 | 77 | &:after {
|
78 |
| - content: @page-order-icon-remove__content; |
| 78 | + content: @order-create-icon-remove__content; |
79 | 79 | }
|
80 | 80 | }
|
81 | 81 | &.icon-add {
|
82 | 82 | &:after {
|
83 |
| - content: @page-order-icon-add__content; |
| 83 | + content: @order-create-icon-add__content; |
84 | 84 | }
|
85 | 85 | }
|
86 | 86 | > span {
|
|
90 | 90 | .col-add {
|
91 | 91 | text-align: right;
|
92 | 92 | .icon-add {
|
93 |
| - margin-right: @page-order-sidebar__margin-m; |
| 93 | + margin-right: @order-create-sidebar__margin-m; |
94 | 94 | }
|
95 | 95 | }
|
96 | 96 | }
|
97 | 97 | .action-refresh {
|
98 | 98 | &:extend(.abs-icon all);
|
99 | 99 | display: table-cell;
|
100 |
| - font-size: @page-order-icon-refresh__font-size; |
101 |
| - padding-right: @page-order-sidebar__margin-m; |
| 100 | + font-size: @order-create-icon-refresh__font-size; |
| 101 | + padding-right: @order-create-sidebar__margin-m; |
102 | 102 | vertical-align: middle;
|
103 | 103 | &:after {
|
104 |
| - color: @page-order-icon-refresh__color; |
105 |
| - content: @page-order-icon-refresh__content; |
| 104 | + color: @order-create-icon-refresh__color; |
| 105 | + content: @order-create-icon-refresh__content; |
106 | 106 | }
|
107 | 107 | &:hover {
|
108 | 108 | &:after {
|
109 |
| - color: @page-order-icon-refresh__hover__color; |
| 109 | + color: @order-create-icon-refresh__hover__color; |
110 | 110 | }
|
111 | 111 | text-decoration: none;
|
112 | 112 | }
|
|
116 | 116 | }
|
117 | 117 | .create-order-sidebar-block {
|
118 | 118 | .head {
|
119 |
| - margin: 0 0 @page-order-sidebar__margin; |
| 119 | + margin: 0 0 @order-create-sidebar__margin; |
120 | 120 | }
|
121 | 121 | .auto-scroll {
|
122 |
| - margin: 0 -@page-order-sidebar__padding @page-order-sidebar__margin-small; |
123 |
| - max-height: @page-order-sidebar-scroll__height; |
| 122 | + margin: 0 -@order-create-sidebar__padding @order-create-sidebar__margin-small; |
| 123 | + max-height: @order-create-sidebar-scroll__height; |
124 | 124 | overflow: auto;
|
125 | 125 | position: relative;
|
126 | 126 | + .action-default {
|
127 |
| - margin-top: @page-order-sidebar__margin-reqular; |
| 127 | + margin-top: @order-create-sidebar__margin-reqular; |
128 | 128 | }
|
129 | 129 | .no-items {
|
130 |
| - padding-left: @page-order-sidebar__padding; |
| 130 | + padding-left: @order-create-sidebar__padding; |
131 | 131 | }
|
132 | 132 | }
|
133 | 133 | .admin__field-option {
|
|
136 | 136 | }
|
137 | 137 | .create-order-sidebar-label {
|
138 | 138 | display: table-cell;
|
139 |
| - font-size: @page-order-sidebar__font-size; |
| 139 | + font-size: @order-create-sidebar__font-size; |
140 | 140 | font-weight: @font-weight__regular;
|
141 | 141 | margin: 0;
|
142 | 142 | vertical-align: middle;
|
143 | 143 | + .admin__control-select {
|
144 |
| - margin-top: @page-order-sidebar__margin-reqular; |
| 144 | + margin-top: @order-create-sidebar__margin-reqular; |
145 | 145 | }
|
146 | 146 | }
|
147 | 147 | .actions {
|
|
0 commit comments