Skip to content

Commit

Permalink
adiciona borda na noticia selecionada - #257
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Dec 4, 2023
1 parent 2743d08 commit 23eb834
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ main .dashboard {
display: flex;
margin-bottom: 25px;
background: #FFFFFF;
transition:200ms ease border;

.texts {
flex: 1;
Expand Down Expand Up @@ -847,6 +848,10 @@ main .dashboard {
width: 10px;
}
}

&.selected {
border:1px solid #263f30;
}
}

@media( min-width:551px ){
Expand Down

0 comments on commit 23eb834

Please sign in to comment.