Skip to content

Commit a37d222

Browse files
ihorvansachnaydav
authored andcommitted
17 Notification banner on storefront design improvement [LoginAsCustomer]
1 parent 1ac61be commit a37d222

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

app/code/Magento/LoginAsCustomer/view/frontend/web/css/source/_module.less

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212

1313
.lac-notification-icon {
1414
float:left;
15-
margin-right: 25px;
16-
padding-top: 5px;
15+
margin: 10px 25px 10px 10px;
16+
17+
.logo-img {
18+
display: block
19+
}
1720
}
1821

1922
.lac-notification-text {
@@ -24,25 +27,20 @@
2427
.lac-notification-links {
2528
float: right;
2629
padding: 15px 0;
27-
a {color:#fff}
30+
a {
31+
color:#fff;
32+
font-size: 14px;
33+
}
2834

2935
.lac-notification-close-link {
3036
&:after {
31-
-webkit-font-smoothing: antialiased;
32-
-moz-osx-font-smoothing: grayscale;
33-
font-size: 14px;
34-
line-height: 24px;
35-
color: #fff;
36-
content: '\e616';
37-
font-family: 'luma-icons';
38-
margin: 0;
39-
vertical-align: top;
37+
content: ' ';
38+
vertical-align: middle;
4039
display: inline-block;
41-
font-weight: normal;
42-
overflow: hidden;
43-
speak: none;
44-
text-align: center;
45-
padding-left: 5px;
40+
background: url('../Magento_LoginAsCustomer/images/close.svg');
41+
height: 12px;
42+
width: 12px;
43+
margin-left: 5px;
4644
}
4745
}
4846
}
Lines changed: 2 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)