Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e488d27

Browse files
author
vikasrohit
committedOct 29, 2015
Added beta to logo for desktop and mobile view.
1 parent 16ae6e7 commit e488d27

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
 

‎assets/css/layout/header.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
7676
background-size: contain;
7777
background-repeat: no-repeat;
7878
}
79+
80+
.logo-link:after {
81+
content: '';
82+
background: url('/images/badge-beta.svg');
83+
background-size: contain;
84+
background-repeat: no-repeat;
85+
display: block;
86+
width: 37px;
87+
height: 17px;
88+
margin-top: 23px;
89+
margin-left: 155px;
90+
}
7991
}
8092

8193
.user-link {
@@ -285,6 +297,11 @@
285297

286298
.top-header {
287299
padding: 0 20px;
300+
301+
.logo-link:after {
302+
margin-top: 17px;
303+
margin-left: 4px;
304+
}
288305
}
289306

290307
.menu-item {

‎assets/images/badge-beta.svg

Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)
This repository has been archived.