|
7 | 7 | // Page footer
|
8 | 8 | // _____________________________________________
|
9 | 9 |
|
10 |
| -@footer__background-color: @color-white-smoke; |
| 10 | +@footer__background-color: @body__background-color; |
11 | 11 | @footer__border-color: @color-light-gray;
|
12 | 12 | @footer__border-width: .1rem;
|
13 | 13 | @footer__color: @color-very-dark-gray1;
|
|
21 | 21 | @footer-link__hover__text-decoration: underline;
|
22 | 22 |
|
23 | 23 | .page-footer {
|
24 |
| - background: @footer__background-color; |
| 24 | + background-color: @footer__background-color; |
25 | 25 | border-top: @footer__border-width solid @footer__border-color;
|
26 | 26 | color: @footer__color;
|
27 | 27 | margin-top: auto;
|
28 | 28 | padding: 2.6rem 2rem 6rem 3rem;
|
29 | 29 | a {
|
30 | 30 | .link(
|
31 |
| - @_link-color: @footer-link__color, |
32 |
| - @_link-text-decoration: @footer-link__text-decoration, |
33 |
| - @_link-color-visited: false, |
34 |
| - @_link-text-decoration-visited: false, |
35 |
| - @_link-color-hover: @footer-link__color, |
36 |
| - @_link-text-decoration-hover: false, |
37 |
| - @_link-color-active: false, |
38 |
| - @_link-text-decoration-active: false |
| 31 | + @_link-color: @footer-link__color, |
| 32 | + @_link-text-decoration: @footer-link__text-decoration, |
| 33 | + @_link-color-visited: false, |
| 34 | + @_link-text-decoration-visited: false, |
| 35 | + @_link-color-hover: @footer-link__color, |
| 36 | + @_link-text-decoration-hover: false, |
| 37 | + @_link-color-active: false, |
| 38 | + @_link-text-decoration-active: false |
39 | 39 | );
|
40 | 40 | }
|
41 | 41 | }
|
42 | 42 |
|
43 | 43 | .magento-version {
|
44 |
| - margin-top: 1rem; |
45 |
| - b { |
| 44 | + margin-bottom: .5rem; |
| 45 | + strong { |
46 | 46 | color: @footer-version__color;
|
47 | 47 | }
|
48 | 48 | }
|
49 | 49 |
|
50 | 50 | // Copyright
|
51 | 51 | .copyright {
|
52 |
| - margin: .6rem 0; |
| 52 | + margin-bottom: 0; |
53 | 53 | position: relative;
|
54 | 54 | .link-copyright {
|
55 |
| - background: url('@{baseDir}images/logo-admin.svg') no-repeat 0 0; |
56 |
| - background-size: 88px 56px; |
57 | 55 | display: inline-block;
|
58 |
| - height: 2.5rem; |
59 |
| - margin-right: .2rem; |
60 |
| - overflow: hidden; |
| 56 | + margin-right: .5rem; |
61 | 57 | text-decoration: none;
|
62 |
| - text-indent: 2.5rem; |
63 |
| - vertical-align: middle; |
64 |
| - width: 2.5rem; |
| 58 | + vertical-align: top; |
| 59 | + &:hover { |
| 60 | + &:before { |
| 61 | + color: lighten(@primary__color, 10%); |
| 62 | + } |
| 63 | + } |
| 64 | + &:before { |
| 65 | + &:extend(.abs-icon all); |
| 66 | + color: @primary__color; |
| 67 | + content: @icon-logo__content; |
| 68 | + font-size: 2.5rem; |
| 69 | + position: relative; |
| 70 | + top: -.2rem; |
| 71 | + } |
65 | 72 | }
|
66 | 73 | }
|
67 | 74 |
|
68 | 75 | .footer-legal {
|
| 76 | + padding-top: 1rem; |
69 | 77 | text-align: right;
|
70 | 78 | }
|
71 | 79 |
|
|
0 commit comments