Skip to content

Commit

Permalink
Merge pull request ubiquity#340 from rndquu/feat/339
Browse files Browse the repository at this point in the history
style: restore logo css
  • Loading branch information
0x4007 authored Oct 18, 2024
2 parents 9dc4722 + 56636ef commit 0ad1138
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions static/styles/rewards/pay.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,35 +64,32 @@ a {
#logo > #logo-icon {
display: inline-block;
vertical-align: middle;
padding: 4px;
text-rendering: geometricPrecision;
}

#logo-icon > svg {
height: 36px;
height: 28px;
display: block;
margin: 0;
width: 36px;
width: 28px;
padding: 0;
margin-right: 10px;
margin-right: 6px;
fill: #fff;
}

#logo > div#logo-text {
display: inline-block;
vertical-align: middle;
}
#logo > div#logo-text > span::after {
content: " ";
display: inline-block;
width: 8px;
}

#logo > div#logo-text > span {
font-size: 20px;
letter-spacing: 5px;
line-height: 1;
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
text-rendering: geometricPrecision;
color: #fff;
font-weight: 400;
}

div.footer > div {
Expand Down

0 comments on commit 0ad1138

Please sign in to comment.