D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@charset "UTF-8";
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    text-decoration: none;
}
 
.badge.default {
    color: #333;
    background-color: #fff;
    border-color: #9DBA9D;
}
.badge.default:hover {
    color: #333;
    background-color: #fff;
    border-color: #9DBA9D;
}
 
.badge.position-right {
    position: absolute;
    right: 1em;
}