Skip to content

Commit

Permalink
Improve responsiveness of logo addon
Browse files Browse the repository at this point in the history
Change-Id: Ib4d3d6f64c6b00d2efae93b7c2730e79ddfc8d69
  • Loading branch information
Akron committed May 6, 2024
1 parent de3a2a8 commit 7b98f26
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions dev/scss/main/logos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
content: "" !important;
}

div.logoaddon {
position:absolute;
display: block;
font-size: 45%;
right: 5pt;
bottom: 4pt;
text-align:right;
color: $dark-orange;
padding: 3pt;
text-shadow: 1pt 1pt 0 $nearly-white, -1pt -1pt 0 $nearly-white, -1pt 1pt 0 $nearly-white, 1pt -1pt 0 $nearly-white;
}

> * {
background: {
repeat: no-repeat;
Expand All @@ -19,18 +31,6 @@
> span {
@include blind;
}

> div.logoaddon {
position:absolute;
display: block;
font-size: 10pt;
right: 5pt;
bottom: 4pt;
text-align:right;
color: $dark-orange;
padding: 3pt;
text-shadow: 1pt 1pt 0 $nearly-white, -1pt -1pt 0 $nearly-white, -1pt 1pt 0 $nearly-white, 1pt -1pt 0 $nearly-white;
}
}
}

Expand Down

0 comments on commit 7b98f26

Please sign in to comment.