Skip to content

Commit

Permalink
Deploy preview for PR 42 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed Jun 26, 2024
1 parent 0b42645 commit 77e4f49
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions pr-preview/pr-42/css/filter.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@
flex-direction: column;
padding: 10px 0;
}

.filter-action {
padding: 5px;
border-radius: 5px;
font-weight: 500;
border: 1px solid #000;
}

.filter-action:hover {
background-color: #c5c5c5;
}
2 changes: 1 addition & 1 deletion pr-preview/pr-42/css/information.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
transform: translate(-50%, -50%);
flex-direction: column;
backdrop-filter: blur(10px);
background-color: rgba(200, 200, 200, 0.8);
background-color: rgba(225, 225, 225, 0.8);
padding: 20px;
border-radius: 10px;
border: 2px solid black;
Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-42/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<div id="filters">
</div>
<div>
<button id="filter-apply">Apply</button>
<button id="filter-reset">Reset</button>
<button id="filter-apply" class="filter-action">Apply</button>
<button id="filter-reset" class="filter-action">Reset</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 77e4f49

Please sign in to comment.