123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- $storage-warn-container-color: dynamic(#458fd2);
- $unsend-sale-container-color: dynamic(#4caf50);
- $unaudit-sale-container-color: dynamic(#9c27b0);
- $unaudit-purc-container-color: dynamic(#e91e63);
- .info-card-item {
- text-align: center;
- background: $lightest-color ;
- padding: 15px 10px !important;
- font-size: 24px;
- &.info-card-large-wrap {
- h2 {
- font-size: 36px;
- line-height: 36px;
- }
- span.x-fa {
- height: 60px;
- width: 60px;
- border-radius: 36px;
- color: $lightest-color;
- font-size: 30px;
- line-height: 60px;
- margin: 15px 0;
- &.fa-exclamation-triangle {
- background-color: $storage-warn-container-color;
- }
- &.fa-shopping-cart {
- background-color: $unsend-sale-container-color;
- }
- &.fa-check {
- background-color: $unaudit-sale-container-color;
- }
- &.fa-calendar-check-o {
- background-color: $unaudit-purc-container-color;
- }
- }
- .infodiv {
- font-size: 14px;
- line-height: 16px;
- margin-top: 15px;
- }
- }
- &.cornflower-blue:before {
- background: $storage-warn-container-color;
- }
- &.green:before {
- background: $unsend-sale-container-color;
- }
- &.magenta:before {
- background: $unaudit-sale-container-color;
- }
- &.orange:before {
- background: $unaudit-purc-container-color;
- }
- h2 {
- font-size: 30px;
- font-weight: normal;
- margin: 0;
- margin: 0;
- line-height: 32px;
- }
- div {
- line-height: 24px;
- }
- span {
- font-size: 24px;
- line-height: 24px;
- }
- }
- .info-card-item:before {
- width: 100%;
- position: absolute;
- height: 3px;
- content: "";
- top: 0;
- left: 0
- }
- .x-home-panel {
- background: $panel-body-background;
- &> .x-autocontainer-outerCt {
- display: block;
- background: $panel-body-background;
- &> .x-autocontainer-innerCt {
- display: block;
- }
- }
- }
- .x-home-box {
- border-radius: 2px;
- margin: 0 0 16px 0 !important;
-
- &:last-child {
- margin: 0 !important;
- }
- & > .x-panel-bodyWrap > .x-panel-body >.x-autocontainer-outerCt > .x-autocontainer-innerCt {
- background: $panel-body-background;
- display: flex;
- justify-content: space-around;
- .x-home-chart {
- background: #fff;
- border-radius: 4px;
- }
- }
-
- &>.x-panel-header {
- background-color: #fff;
- &>.x-box-inner {
- &>.x-box-target {
- &>.x-title {
- &>.x-title-text {
- font-size: 16px;
- color: #505363;
- padding-left: 10px;
-
- &:before {
- content: ' ';
- position: absolute;
- width: 4px;
- height: 100%;
- background: #34BAF6;
- left: 0;
- border-radius: 2px;
- }
- }
- }
- }
- }
- }
- }
- .quick-graph-panel {
- box-shadow: none;
- .x-panel-header-default {
- background-color: #fff;
- padding-right: 14px;
- .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default,
- .x-panel-header-title-default > .x-title-text-default {
- color: #485465;
- }
- }
- }
|