Broker System for Supercredit
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.

24 lines
271B

  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. }