Skip to content

Commit

Permalink
update transition close modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleilson-Andrade authored Sep 29, 2023
1 parent 133ff30 commit 0ad4022
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
}

html {
font-size: 93.75%; /* 15px */
font-size: 93.75%;
/* 15px */
}

body {
Expand Down Expand Up @@ -223,7 +224,7 @@ td.expense {
opacity: 0;
visibility: hidden;
z-index: 999;
transition: 0.2s;
transition: 0.4s;
}

.modal-overlay.active-overlay {
Expand Down Expand Up @@ -258,7 +259,7 @@ input {
border: none;
border-radius: 0.2rem;
padding: 0.8rem;
width: 100%;
width: 100%;
}

.input-group {
Expand Down Expand Up @@ -292,7 +293,8 @@ footer {
/* RESPONSIVE============================================= */
@media (min-width: 800px) {
html {
font-size: 87.5; /* 14px */
font-size: 87.5;
/* 14px */
}

#balance {
Expand Down

0 comments on commit 0ad4022

Please sign in to comment.