Skip to content

Commit

Permalink
dicionando um style que deixa o icone de close dos cards sempre no canto
Browse files Browse the repository at this point in the history
superior direito do card.
  • Loading branch information
matheusAle committed Feb 13, 2018
1 parent 612e1b6 commit d351bbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.user-list {
display: flex;
flex-wrap: wrap;
}

i.material-icons.right {
position: absolute;
right: 10px;
top: 10px;
}

0 comments on commit d351bbc

Please sign in to comment.