26 lines
567 B
CSS
26 lines
567 B
CSS
|
|
.pubTable .listItem {
|
||
|
|
height: 30px;
|
||
|
|
background: linear-gradient(to right, #eaf4fe, #eaf4fe, #eaf4fe, #eaf4fe, #fff);
|
||
|
|
border-radius: 10px;
|
||
|
|
margin-top: 5px;
|
||
|
|
padding: 0 8px;
|
||
|
|
font-family: 'Arial Normal', 'Arial', sans-serif;
|
||
|
|
font-weight: 400;
|
||
|
|
font-style: normal;
|
||
|
|
font-size: 13px;
|
||
|
|
letter-spacing: normal;
|
||
|
|
color: #333333;
|
||
|
|
vertical-align: none;
|
||
|
|
text-align: center;
|
||
|
|
line-height: normal;
|
||
|
|
text-transform: none;
|
||
|
|
}
|
||
|
|
.pubTable .listItem img {
|
||
|
|
height: 18px;
|
||
|
|
width: 18px;
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
.pubTable .listItem .blueColor {
|
||
|
|
color: #3749c7;
|
||
|
|
}
|