Skip to content
Snippets Groups Projects

Add badge notifications

Merged Christopher Guindon requested to merge epoirier/master/add_badge_notifications into master
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
@@ -19,4 +19,16 @@
.badge-blue {
border-color: #638cb7;
background-color: #c6dce8;
}
.badge-notifications {
background-color: #f42f2f;
border-radius: 20px;
width: 15px;
height: 15px;
padding: 1px;
border: none;
color:#fff;
margin-top: -2px;
font-size: 10px;
}
\ No newline at end of file
Loading