Files
talk/client/coral-ui/components/TabCount.css
T
2017-07-10 17:03:06 +07:00

19 lines
280 B
CSS

.root, .rootSub {
display: inline-block;
position: relative;
top: -2px;
background: #616161;
color: white;
font-weight: normal;
font-size: 10px;
padding: 2px;
margin-left: 2px;
margin-top: -2px;
min-width: 20px;
}
.rootSubActive {
background: #10589b;
}