| 1 |
.bf-template-new-badge { |
| 2 |
background-color: #d63638; |
| 3 |
color: #ffffff; |
| 4 |
padding: 3px; |
| 5 |
border-radius: 5px; |
| 6 |
font-size: 10px; |
| 7 |
} |
| 8 |
|
| 9 |
.bf-indicator-badge { |
| 10 |
display: inline-block !important; |
| 11 |
min-width: 18px !important; |
| 12 |
height: 18px !important; |
| 13 |
border-radius: 9px !important; |
| 14 |
margin: 7px 0 0 2px !important; |
| 15 |
vertical-align: top !important; |
| 16 |
font-size: 11px !important; |
| 17 |
line-height: 1.6 !important; |
| 18 |
text-align: center !important; |
| 19 |
} |
| 20 |
|
| 21 |
.bf-pro-btn { |
| 22 |
align-items: center !important; |
| 23 |
background-color: rgb(78, 255, 191) !important; |
| 24 |
border: none !important; |
| 25 |
color: #161212 !important; |
| 26 |
display: flex !important; |
| 27 |
font-weight: 700 !important; |
| 28 |
justify-content: center !important; |
| 29 |
line-height: inherit !important; |
| 30 |
text-align: center !important; |
| 31 |
transition: background-color .1s linear !important; |
| 32 |
white-space: break-spaces !important; |
| 33 |
border-radius: 5px !important; |
| 34 |
padding: 5px; |
| 35 |
} |
| 36 |
|
| 37 |
.bf-pro-btn:hover { |
| 38 |
background-color: rgb(25, 231, 163) !important; |
| 39 |
} |