Skip to content

Commit

Permalink
Color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Apr 9, 2019
1 parent 6bbbab5 commit 56855aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions client/app/pages/dashboards/dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,23 @@

/* X axis dots */
&::before {
background: linear-gradient(to right, transparent, transparent 1px, #F6F8F9 1px, #F6F8F9), linear-gradient(to bottom, #496e81, #496e81 1px, transparent 1px, transparent);
background: linear-gradient(to right, transparent, transparent 1px, #F6F8F9 1px, #F6F8F9), linear-gradient(to bottom, #B3BABF, #B3BABF 1px, transparent 1px, transparent);
background-size: 5px 50px;
background-position-y: -8px;
}

/* Y axis dashes */
&::after {
background: linear-gradient(to bottom, transparent, transparent 2px, #F6F8F9 2px, #F6F8F9 5px), linear-gradient(to left, #9fb3bc, #9fb3bc 1px, transparent 1px, transparent);
background: linear-gradient(to bottom, transparent, transparent 2px, #F6F8F9 2px, #F6F8F9 5px), linear-gradient(to left, #B3BABF, #B3BABF 1px, transparent 1px, transparent);
background-size: calc((100vw - 15px) / 6) 5px;
background-position: -7px 1px;
}
}

.dashboard-widget-wrapper, .grid-stack-placeholder {
z-index: 1;
}

.grid-stack-placeholder > .placeholder-content {
background-color: rgba(224, 230, 235, 0.4) !important;
}

0 comments on commit 56855aa

Please sign in to comment.