Skip to content

Commit

Permalink
made trans more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Katsikanis committed Oct 26, 2024
1 parent dae1fc4 commit fe8f4da
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions js/routes/button-badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,19 @@ export default (hostComponent) => {
</button>
</div>
</div>
<div style="background: linear-gradient(135deg, #0a90e2, #f013fe); padding: 1rem; border-radius: 0.5rem;">
<div style="
background:
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url('https://picsum.photos/800/400?random=1') center/cover;
padding: 1rem;
border-radius: 0.5rem;
color: #fff;
">
<p>Transparent - Dark and light same - designed for <a href="/heros">heros</a> (hover text matches primary)</p>
<div>
<button class="transparent">Text</button>
<button class="transparent">
<button class="transparent squarify">Text</button>
<button class="transparent squarify">
<span class="icon">&#x270F;</span>
<span class="text">Text + Icon</span>
</button>
Expand Down

0 comments on commit fe8f4da

Please sign in to comment.