mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 09:48:50 +01:00
12 lines
218 B
SCSS
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;
|
|
}
|
|
}
|