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

Commit 4e6e090

Browse files
author
Victor George
committed
logo 'beta' tag css fix
1 parent 471b630 commit 4e6e090

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

assets/css/layout/header.scss

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,18 @@
7878
}
7979

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

0 commit comments

Comments
 (0)