Skip to content

Commit

Permalink
feat: update close-sam-section ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Beingsie committed Oct 16, 2023
1 parent b873430 commit 65ccb1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ <h2 class="section-title-center">
</section>

<section id="sam" class="container-sam">
<button id="close-sam-section">X</button>
<button id="close-sam-section">
<p>+</p>
</button>
<div class="main-head-sam">
<div class="head-content-sam">
<i class="bx bx-search-alt-2"></i>
Expand Down
12 changes: 9 additions & 3 deletions order.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@ body {
top: 15%;
right: 20%;
background-color: black;
color: white;
padding: 5px 7px;
border-radius: 5px;
padding: 8px 12px;
border-radius: 12px;
border: 1px solid black;
cursor: pointer;
}

#close-sam-section p {
color: white;
font-size: 24px;
line-height: 24px;
transform: rotate(45deg);
}

.container-sam {
overflow: hidden;
width: 100%;
Expand Down

0 comments on commit 65ccb1a

Please sign in to comment.