Skip to content

Commit 5439e31

Browse files
committed
Add brand logo
1 parent 7deae3c commit 5439e31

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

asset/css/main.css

+12
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@ strong,table thead th {
7474
height:256px;
7575
vertical-align:middle;
7676
}
77+
.brand-logo .horizontal-small {
78+
height:48px;
79+
vertical-align:middle;
80+
}
81+
.brand-logo .horizontal-medium {
82+
height:96px;
83+
vertical-align:middle;
84+
}
85+
.brand-logo .horizontal-large {
86+
height:128px;
87+
vertical-align:middle;
88+
}
7789
.paragraph {
7890
font-size:12px;
7991
}

view/main.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
<ul class="left">
2626
<li>
2727
<a href="/dashboard">
28-
<img alt="SloopStash icon." class="brand-icon" src="//{{var['static']['endpoint']}}/asset/image/icon/transparent/light.svg"/>
28+
<span class="brand-logo">
29+
<img alt="SloopStash logo." class="horizontal-small" src="//{{var['static']['endpoint']}}/asset/image/logo/transparent/horizontal/light.svg"/>
30+
<small><strong>CRM</strong></small>
31+
</span>
2932
</a>
3033
</li>
3134
</ul>

0 commit comments

Comments
 (0)