Skip to content

Commit

Permalink
fix: match build styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-ae committed Jun 19, 2024
1 parent a69236c commit da7a837
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
<div id="build">
<a target="_blank" rel="noopener noreferrer"></a>
</div>
<a href="https://github.com/ubiquity/work.ubq.fi/discussions/53" target="_blank">
<div class="faq-icon">
<a class="faq-icon" href="https://github.com/ubiquity/work.ubq.fi/discussions/53" target="_blank">
<div>
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#808080">
<path
d="M478-240q21 0 35.5-14.5T528-290q0-21-14.5-35.5T478-340q-21 0-35.5 14.5T428-290q0 21 14.5 35.5T478-240Zm-36-154h74q0-33 7.5-52t42.5-52q26-26 41-49.5t15-56.5q0-56-41-86t-97-30q-57 0-92.5 30T342-618l66 26q5-18 22.5-39t53.5-21q32 0 48 17.5t16 38.5q0 20-12 37.5T506-526q-44 39-54 59t-10 73Zm38 314q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"
Expand Down
10 changes: 10 additions & 0 deletions static/styles/rewards/pay.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,14 @@ footer {
bottom: 42px;
right: 20px;
cursor: pointer;
}

a.faq-icon > div {
opacity: 0.35;
font-size: 12px;
color: #fff;
}

a.faq-icon > div:hover {
opacity: 1;
}

0 comments on commit da7a837

Please sign in to comment.