Skip to content

Commit

Permalink
17 Notification banner on storefront design improvement [LoginAsCusto…
Browse files Browse the repository at this point in the history
…mer]
  • Loading branch information
ihorvansach authored and naydav committed Apr 18, 2020
1 parent 1ac61be commit a37d222
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@

.lac-notification-icon {
float:left;
margin-right: 25px;
padding-top: 5px;
margin: 10px 25px 10px 10px;

.logo-img {
display: block
}
}

.lac-notification-text {
Expand All @@ -24,25 +27,20 @@
.lac-notification-links {
float: right;
padding: 15px 0;
a {color:#fff}
a {
color:#fff;
font-size: 14px;
}

.lac-notification-close-link {
&:after {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 24px;
color: #fff;
content: '\e616';
font-family: 'luma-icons';
margin: 0;
vertical-align: top;
content: ' ';
vertical-align: middle;
display: inline-block;
font-weight: normal;
overflow: hidden;
speak: none;
text-align: center;
padding-left: 5px;
background: url('../Magento_LoginAsCustomer/images/close.svg');
height: 12px;
width: 12px;
margin-left: 5px;
}
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a37d222

Please sign in to comment.