tracks/app/assets/stylesheets/tracks.css.scss
2015-12-02 12:42:18 -06:00

12 lines
218 B
SCSS

.navbar {
/* Shows the number of undone next action */
.badge {
color: #fff;
background: #f00;
display: inline;
padding: 3px 5px;
font-size: 12pt;
height:26px;
border-radius: 2px;
}
}