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.

30 lines
538B

  1. .credit-history {
  2. #content {
  3. #credit-user {
  4. float: right;
  5. /*display: block;
  6. padding: 10px 30px;
  7. background-color: $color-gray-light;
  8. @include border-radius(30px);*/
  9. .bi {
  10. display: none;
  11. }
  12. }
  13. .table {
  14. span.payment-positive {
  15. display: inline-block;
  16. font-family: 'worksans_bold';
  17. padding: 3px 12px;
  18. background-color: $color-gray-light;
  19. @include border-radius(15px);
  20. }
  21. small {
  22. color: gray;
  23. }
  24. }
  25. }
  26. }