File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
app/code/Magento/LoginAsCustomer/view/frontend/web Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 12
12
13
13
.lac-notification-icon {
14
14
float :left ;
15
- margin-right : 25px ;
16
- padding-top : 5px ;
15
+ margin : 10px 25px 10px 10px ;
16
+
17
+ .logo-img {
18
+ display : block
19
+ }
17
20
}
18
21
19
22
.lac-notification-text {
24
27
.lac-notification-links {
25
28
float : right ;
26
29
padding : 15px 0 ;
27
- a {color :#fff }
30
+ a {
31
+ color :#fff ;
32
+ font-size : 14px ;
33
+ }
28
34
29
35
.lac-notification-close-link {
30
36
& :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 ;
40
39
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 ;
46
44
}
47
45
}
48
46
}
You can’t perform that action at this time.
0 commit comments