12345678910111213141516171819202122232425262728 |
- .grid-stack-item-content
- &.dashboard
- border: 1px solid $eiru-color-light
- border-bottom: 3px solid $eiru-color-primary
- background-color: $eiru-color-none
- .widget-title
- color: $eiru-color-dark
- .widget-content
- a
- font-size: 18pt !important
- color: $eiru-color-primary
- .widget-footer
- text-align: center
- font-size: 11pt
- color: $eiru-color-dark
- .dashboard-sale-wrapper
- background: $eiru-color-none
- padding: 15px
- .dashboard-sale-actions
- img
- filter: contrast(250%)
- .new-sale, .new-budget
- background: $eiru-color-primary
- &::before
- background: $eiru-color-primary
- .dashboard-sale-welcome
- i
- color: $eiru-color-primary
|