[Notice] Announcing the End of Demo Server [Read me]

new BI applied
@07e9a506db006e6d00e413b4336bfbb86ca2aa55
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
... | ... | @@ -18,12 +18,17 @@ |
18 | 18 |
width: 123px; |
19 | 19 |
height: 55px; |
20 | 20 |
line-height:55px; |
21 |
- /* |
|
22 |
- background-size:123px 55px; |
|
23 |
- background-image: url("@{base-image-path}/logo.png"); |
|
24 |
- */ |
|
25 |
- text-align:center; font-size:2em; |
|
26 |
- color:#fff; background-color: @gnb-logo-bg-color; |
|
21 |
+ text-align:center; font-size:2em; overflow:hidden; |
|
22 |
+ color:#fff; background-color: @gnb-logo-bg-color; |
|
23 |
+ |
|
24 |
+ span { |
|
25 |
+ width: 123px; |
|
26 |
+ height: 55px; |
|
27 |
+ display: block; |
|
28 |
+ text-indent: -250px; |
|
29 |
+ background-size:123px 55px; |
|
30 |
+ background-image: url("@{base-image-path}/logo-white.png"); |
|
31 |
+ } |
|
27 | 32 |
} |
28 | 33 |
|
29 | 34 |
.gnb-menus { |
... | ... | @@ -201,7 +206,18 @@ |
201 | 206 |
.logo { |
202 | 207 |
background:transparent !important; |
203 | 208 |
color:@primary !important; |
204 |
- width:64px; margin-left:30px; |
|
209 |
+ /*width:64px; margin-left:30px;*/ |
|
210 |
+ /*width:123px;*/ |
|
211 |
+ width:107px; |
|
212 |
+ |
|
213 |
+ span { |
|
214 |
+ width: 123px; |
|
215 |
+ height: 55px; |
|
216 |
+ display: block; |
|
217 |
+ text-indent: -250px; |
|
218 |
+ background-size:123px 55px; |
|
219 |
+ background-image: url("@{base-image-path}/logo-orange.png"); |
|
220 |
+ } |
|
205 | 221 |
} |
206 | 222 |
|
207 | 223 |
.page-title { |
--- public/images/logo-orange.png
+++ public/images/logo-orange.png
Binary file is not shown |
+++ public/images/logo-white.png
Binary file is not shown |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?