Ei kuvausta
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.

_bill.scss 500B

1234567891011121314151617181920212223242526272829
  1. #chart-1 {
  2. height: 365px !important;
  3. }
  4. .unpaid-content {
  5. li {
  6. padding : 15px 0px;
  7. display : flex;
  8. justify-content: space-between;
  9. border-bottom : 1px solid $border-color;
  10. &:first-child {
  11. padding-top: 0px;
  12. }
  13. &:last-child {
  14. padding-bottom: 0px;
  15. border : 0px;
  16. }
  17. h5 {
  18. font-size: 14px;
  19. }
  20. }
  21. }
  22. #activityBar {
  23. height: 287px !important;
  24. }