Skip to content

Commit

Permalink
increase red dot size trazyn#61
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Oct 30, 2017
1 parent 67b7349 commit bbb5ed7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/js/pages/Home/Chats/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@

&::after {
position: absolute;
bottom: 6px;
bottom: 4px;
right: 0;
width: 6px;
height: 6px;
border-radius: 6px;
width: 8px;
height: 8px;
border-radius: 8px;
border: 2px solid #fff;
}

Expand Down Expand Up @@ -145,10 +145,10 @@

.dot {
&::after {
bottom: 4px;
width: 4px;
height: 4px;
border-radius: 4px;
bottom: 3px;
width: 6px;
height: 6px;
border-radius: 6px;
}
}
}

0 comments on commit bbb5ed7

Please sign in to comment.