Skip to content

Commit

Permalink
Patch: Changed like button Visualizar
Browse files Browse the repository at this point in the history
Made the button bigger, removed border and added shadow
  • Loading branch information
Mateus-Resende-Ottoni committed Jul 3, 2024
1 parent 67df08a commit 1423363
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions Code/source/assets/css/visualizar.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,47 @@ aside{
width: 40px;
height: 40px;
}

/* Botão de like e dislike */

.likes-dislikes div button {
border: none;
background: none;

font-size: 2.25vw;

cursor: pointer;

text-shadow: 0px 0px 10px var(--dark-purple);
}


#dislike {
margin-left: 2vw;
}

#contador, #contador2 {
font-weight: 700;
font-size: 1.5vw;
}

#contador {
color: var(--green-icon);
}

#contador2 {
color: var(--red-icon);
}

.liked{
color: blue;
color: var(--green-icon);
}
.disliked{
color: red;
color: var(--red-icon);
}

/* Botão de like e dislike fim */

/* Estilo da lista de comentários */

/* Estilo do fundo do pop-up */
Expand Down

0 comments on commit 1423363

Please sign in to comment.