_dashboard.sass 853 B

12345678910111213141516171819202122232425262728
  1. .grid-stack-item-content
  2. &.dashboard
  3. border: 1px solid $eiru-color-light
  4. border-bottom: 3px solid $eiru-color-primary
  5. background-color: $eiru-color-none
  6. .widget-title
  7. color: $eiru-color-dark
  8. .widget-content
  9. a
  10. font-size: 18pt !important
  11. color: $eiru-color-primary
  12. .widget-footer
  13. text-align: center
  14. font-size: 11pt
  15. color: $eiru-color-dark
  16. .dashboard-sale-wrapper
  17. background: $eiru-color-none
  18. padding: 15px
  19. .dashboard-sale-actions
  20. img
  21. filter: contrast(250%)
  22. .new-sale, .new-budget
  23. background: $eiru-color-primary
  24. &::before
  25. background: $eiru-color-primary
  26. .dashboard-sale-welcome
  27. i
  28. color: $eiru-color-primary