File tree Expand file tree Collapse file tree 6 files changed +60
-44
lines changed Expand file tree Collapse file tree 6 files changed +60
-44
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ module.exports = function (grunt) {
35
35
tmpSource : 'var/view_preprocessed/source/' ,
36
36
tmp : 'var' ,
37
37
css : {
38
- setup : 'setup/pub/magento/setup/css '
38
+ setup : 'setup/pub/styles '
39
39
} ,
40
40
less : {
41
- setup : 'setup/module/Magento/Setup /styles'
41
+ setup : 'setup/view /styles'
42
42
} ,
43
43
uglify : {
44
44
legacy : 'lib/web/legacy-build.min.js'
Original file line number Diff line number Diff line change 15
15
<meta name="viewport" content="width=device-width, initial-scale=1">
16
16
<title>Magento Setup Tool</title>
17
17
<?php echo $ this ->headLink ()
18
- ->appendStylesheet ($ this ->basePath () . '/pub/magento/setup/css /setup.css ' );
18
+ ->appendStylesheet ($ this ->basePath () . '/pub/styles /setup.css ' );
19
19
?>
20
20
<?php echo $ this ->headScript ()
21
21
->appendFile ('pub/angular/angular.min.js ' )
Original file line number Diff line number Diff line change 20
20
21
21
<h2 class="page-title">{{$state.current.header}}</h2>
22
22
23
- <form name="customizeStore" role="form">
23
+ <form class="customize-your-store" name="customizeStore" role="form">
24
24
25
25
<div class="row form-row">
26
26
<div class="col-m-3">
Original file line number Diff line number Diff line change 5
5
6
6
// Paths
7
7
8
- @path-to-pub : ' ../../../../ pub/' ;
8
+ @path-to-pub : ' ../../pub/' ;
9
9
10
10
//
11
11
// Colors
Original file line number Diff line number Diff line change 3
3
// * See COPYING.txt for license details.
4
4
// */
5
5
6
- .multiSelect {
7
- .selected {
8
- width : 430px ;
9
- background-color : #d9edf7 ;
10
- padding : 5px ;
11
- }
12
- .notSelected {
13
- width : 430px ;
14
- padding : 5px ;
15
- }
16
- .form-label {
17
- font-size : 1.8rem ;
18
- }
19
- }
6
+ .customize-your-store {
20
7
21
- .form-legend-expand {
22
- margin : 1px ;
23
- }
8
+ .multiSelect {
9
+ .selected {
10
+ width : 430px ;
11
+ background-color : #d9edf7 ;
12
+ padding : 5px ;
13
+ }
14
+ .notSelected {
15
+ width : 430px ;
16
+ padding : 5px ;
17
+ }
18
+ .form-label {
19
+ font-size : 1.8rem ;
20
+ }
21
+ }
22
+ width : 430px ;
23
+ padding : 5px ;
24
+ }
25
+ .form-label {
26
+ font-size : 1.8rem ;
27
+ }
28
+ }
24
29
25
- .alert-text {
26
- margin : 5px ;
27
- display : block ;
28
- }
30
+ .form-legend-expand {
31
+ margin : 1px ;
32
+ }
29
33
30
- .alert-info {
31
- .form-legend-expand {
32
- margin : 5px ;
33
- font-size : 1.4rem ;
34
- display : inline ;
35
- }
36
- }
34
+ .alert-text {
35
+ margin : 5px ;
36
+ display : block ;
37
+ }
38
+
39
+ .alert-info {
40
+ .form-legend-expand {
41
+ margin : 5px ;
42
+ font-size : 1.4rem ;
43
+ display : inline ;
44
+ }
45
+ }
46
+
47
+ .icon-failed-round {
48
+ margin : 2px ;
49
+ position : relative ;
50
+ }
51
+ .multiSelect {
52
+ padding-left : 10px ;
53
+ border-radius : 4px ;
54
+ border : 1px solid #ccc ;
55
+ overflow-y : scroll ;
56
+ width : 450px ;
57
+ height : 300px ;
58
+ }
37
59
38
- .icon-failed-round {
39
- margin : 2px ;
40
- position : relative ;
41
- }
42
- .multiSelect {
43
- padding-left : 10px ;
44
- border-radius : 4px ;
45
- border : 1px solid #ccc ;
46
- overflow-y : scroll ;
47
- width : 450px ;
48
- height : 300px ;
49
60
}
You can’t perform that action at this time.
0 commit comments