Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 471a74e

Browse files
committed
Merge pull request #515 from appirio-tech/vic-beta-fixes
logo 'beta' tag css fix
2 parents b757d55 + 2cf394d commit 471a74e

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

assets/css/layout/header.scss

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,17 @@
7777
}
7878

7979
.logo-link:after {
80-
content: '';
81-
background: url('/images/badge-beta.svg');
82-
background-size: contain;
83-
background-repeat: no-repeat;
84-
display: block;
80+
content: 'beta';
81+
display: inline-block;
8582
width: 37px;
86-
height: 17px;
87-
margin-top: 23px;
88-
margin-left: 155px;
83+
height: 18px;
84+
margin-top: 21px;
85+
margin-left: 160px;
86+
padding: 0 1px;
87+
line-height: 19px;
88+
font-size: 10px;
89+
background-color: $gray-lighter;
90+
border-radius: 15px;
8991
}
9092
}
9193

assets/images/badge-beta.svg

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)