You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
700 B
36 lines
700 B
.box { |
|
color: #fff; |
|
display: flex; |
|
align-items: center; |
|
font-size: 13px; |
|
margin-top: 3px; |
|
margin-left: 30px; |
|
} |
|
.numbox { |
|
display: flex; |
|
align-items: center; |
|
white-space: nowrap; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
margin-right: 12px; |
|
.num { |
|
width: 22px; |
|
height: 22px; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
border: 1px solid rgba(129, 197, 200, 0.6); |
|
font-family: DS-Digital; |
|
font-weight: bold; |
|
color: #ef9c00; |
|
margin: 0 2px; |
|
} |
|
} |
|
.btn { |
|
width: 50px; |
|
height: 24px; |
|
border: 1px solid #46bbf1; |
|
background: linear-gradient(0deg, #4ad0ff 0%, #2d3d5b 100%); |
|
border-radius: 3px; |
|
cursor: pointer; |
|
}
|
|
|