Skip to content

Commit

Permalink
todo: Refatoração e implemntar botão copiar
Browse files Browse the repository at this point in the history
  • Loading branch information
zlucasftw committed Aug 26, 2024
1 parent eb6b184 commit 9290975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ textarea {
display: flex;
justify-content: flex-start;
align-items: center;
margin: 0 0 1rem 0;
}

.criptografar__aviso__imagem {
Expand All @@ -134,7 +135,6 @@ textarea {
font-size: 1rem;
font-weight: 400;
border: 1px solid #0A3871;

border-radius: 1.5rem;
padding: 1.5rem;
}
Expand All @@ -148,6 +148,7 @@ textarea {
color: #0A3871;
background-color: #D8DFE8;
}

.criptografado__secao {
width: 400px;
height: 944px;
Expand Down

0 comments on commit 9290975

Please sign in to comment.