1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/components/badge/css/badge.css
2014-10-28 19:06:24 +07:00

14 lines
207 B
CSS

/**
* Badge
*/
.badge {
border-radius: 3px;
background: #2891D3;
color: #fff;
padding: 1px 5px;
font-size: 11px;
font-weight: bold;
vertical-align: top;
margin-left: 3px;
}