Broker System for Supercredit
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

chart-recent-ten-loans.component.scss 271B

1234567891011121314151617181920212223
  1. .customer-name {
  2. display: inline-block;
  3. vertical-align: middle;
  4. line-height: 32px;
  5. padding-left: 10px;
  6. }
  7. .red {
  8. color: #d9534f;
  9. }
  10. .green {
  11. color: #06580f;
  12. }
  13. .text-bold {
  14. font-weight: 600;
  15. }
  16. .fullheight_grid {
  17. height: calc(100vh - 48px) !important;
  18. }