Skip to content

Commit 6fa736f

Browse files
Natalia MomotenkoAlex Bomko
authored andcommitted
MAGETWO-34125: Merge MAGETWO-32073 and design changes to mainline
- update styles
1 parent 91ae77b commit 6fa736f

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

setup/pub/styles/setup.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/view/magento/setup/install.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@
7979
<p>To install sample data you should clean up you database</p>
8080
<button
8181
type="button"
82-
class="btn btn-prime"
82+
class="btn btn-secondary"
8383
ng-disabled="isDisabled"
8484
ng-click="startCleanup(true)">
8585
Clean up automatically
8686
</button>
8787
<button
8888
type="button"
89-
class="btn btn-prime"
89+
class="btn btn-secondary"
9090
ng-disabled="isDisabled"
9191
ng-click="startCleanup(false)">
9292
Proceed without clean up
9393
</button>
9494
<button
9595
type="button"
96-
class="btn btn-secondary"
96+
class="btn"
9797
ng-disabled="isDisabled"
9898
ng-click="hideCleanUpBox()">
9999
Cancel

setup/view/styles/components/_navigation-bar.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
float: right;
5555
margin-left: .5rem;
5656
margin-right: .5rem;
57+
.btn {
58+
padding-left: .5rem;
59+
padding-right: .5rem;
60+
}
5761
}
5862
}
5963

setup/view/styles/lib/_buttons.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
display: inline-block;
4949
font-size: @btn__base__font-size;
5050
font-weight: @font-weight__semibold;
51-
padding: @btn__base__padding-top .5em;
51+
padding: @btn__base__padding-top .9em;
5252
text-align: center;
5353
&:hover {
5454
background-color: @btn__base__hover__background-color;

setup/view/styles/pages/_customize-your-store.less

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
.visually-hidden();
1010
}
1111
}
12-
.customize-database-clean {
13-
p {
14-
margin-top: @indent-m-base;
15-
}
16-
}
1712
.advanced-modules-select,
1813
.advanced-modules-count {
1914
padding-left: 1.5rem;
@@ -36,4 +31,9 @@
3631
}
3732
}
3833
}
34+
.customize-database-clean {
35+
p {
36+
margin-top: @indent__m;
37+
}
38+
}
3939
}

setup/view/styles/pages/_install.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@
5757
}
5858

5959
.install-database-clean {
60-
margin-top: @indent-xl-base;
60+
margin-top: @indent__xl;
61+
.btn {
62+
margin-right: @indent__s;
63+
}
6164
}

0 commit comments

Comments
 (0)