Skip to content

Commit

Permalink
.modal .close
Browse files Browse the repository at this point in the history
  • Loading branch information
iigmir committed Oct 30, 2023
1 parent 0a8a79a commit 9346d23
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/css/tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,18 @@
.show.modal
{
display: block;
}
.modal .close
{
width: 2rem;
height: 2rem;
border-radius: 50%;
border: 0;
cursor: pointer;
background-color: #CF002d;
box-shadow: inset rgba(255, 255, 255, 0.6) 0 0.3em 0.3em,
inset rgba(0, 0, 0, 0.15) 0 -0.1em 0.3em,
#fa00af 0 0.1em 0.1em,
#610043 0 0.1em 0.05em
;
}

0 comments on commit 9346d23

Please sign in to comment.