Skip to content

Commit

Permalink
Modal: Close button
Browse files Browse the repository at this point in the history
  • Loading branch information
iigmir committed Oct 30, 2023
1 parent 9346d23 commit ca21cd7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/css/tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
{
display: block;
}
/* Modal: Close button */
.modal .close
{
width: 2rem;
Expand All @@ -55,9 +56,14 @@
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
box-shadow: inset rgba(255, 255, 255, 0.6) 0 0.3rem 0.3rem,
inset rgba(0, 0, 0, 0.15) 0 -0.1em 0.3rem,
#fa00af 0 0.1em 0.1rem,
#610043 0 0.1em 0.05rem
;
}
.modal .close:active
{
background-color: #9F002d;
box-shadow: inset rgba(255, 255, 255, 0.6) 0 0.3rem 0.3rem, inset rgba(0, 0, 0, 0.15) 0 -0.1rem 0.3rem;
}

0 comments on commit ca21cd7

Please sign in to comment.