Skip to content

Commit

Permalink
identação
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetaua committed Oct 1, 2024
1 parent bdf3892 commit ae252df
Show file tree
Hide file tree
Showing 13 changed files with 1,691 additions and 1,517 deletions.
16 changes: 7 additions & 9 deletions ModalEventos.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dialog {
border: 0;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
-webkit-animation: fadeIn 1s ease both;
animation: fadeIn 1s ease both;
animation: fadeIn 1s ease both;
}

@media screen and (min-width:800px) {
@media screen and (min-width: 800px) {
dialog {
position: fixed;
left: 50%;
Expand All @@ -31,19 +31,19 @@ dialog {

dialog::-webkit-backdrop {
-webkit-animation: fadeIn 1s ease both;
animation: fadeIn 1s ease both;
animation: fadeIn 1s ease both;
background: rgba(255, 255, 255, 0.4);
z-index: 2;
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
}
dialog::backdrop {
-webkit-animation: fadeIn 1s ease both;
animation: fadeIn 1s ease both;
animation: fadeIn 1s ease both;
background: rgba(255, 255, 255, 0.4);
z-index: 2;
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
}
dialog .x {
padding-left: 100pxn;
Expand All @@ -66,8 +66,6 @@ dialog p a:visited {
color: rgb(var(--vs-primary));
}



@-webkit-keyframes fadeIn {
from {
opacity: 0;
Expand All @@ -84,4 +82,4 @@ dialog p a:visited {
to {
opacity: 1;
}
}
}
Loading

0 comments on commit ae252df

Please sign in to comment.