mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 04:33:32 +08:00
20 lines
340 B
CSS
20 lines
340 B
CSS
.badge {
|
|
display: inline-block;
|
|
color: white;
|
|
background: grey;
|
|
box-sizing: border-box;
|
|
padding: 2px 5px;
|
|
font-size: 12px;
|
|
height: 24px;
|
|
letter-spacing: 0.4px;
|
|
line-height: 22px;
|
|
background-color: #3D73D5;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 14px;
|
|
vertical-align: text-top;
|
|
margin: 0;
|
|
margin-right: 4px;
|
|
} |