Skip to content
Snippets Groups Projects
Commit aee2de5e authored by Kyle Doherty's avatar Kyle Doherty
Browse files

color changes

parent a1497dea
Branches
Tags
No related merge requests found
.Dashboard { background-color: #f9fbfc; }
.Dash-wrapper {
width: 100%;
}
......@@ -14,9 +16,6 @@
.Dash-wrapper { max-width: var(--lg-width); }
}
@media screen and (--breakpoint-min-xl) {
.Dash-wrapper { max-width: var(--xl-width); }
}
.Dash-card {
position: relative;
......
<div class="Dashboard full-height">
<div class="Dash-wrapper wrapper full-height" ng-if="dashboardLoaded && dashboardLoadError">
<div class="Dashboard full-height flex flex-row flex-full">
<div class="Dash-wrapper wrapper" ng-if="dashboardLoaded && dashboardLoadError">
<div class="full-height text-centered flex layout-centered">
<h2 class="text-error text-grey-1">{{dashboardLoadError}}</h2>
</div>
</div>
<div class="text-centered my4 py4" ng-if="!dashboardLoaded">
<div class="wrapper">
<div class="Dash-wrapper wrapper">
<div class="my4 py4 text-brand">
<mb-loading-icon></mb-loading-icon>
<h1 class="text-normal text-grey-2">Loading...</h1>
......@@ -14,8 +14,8 @@
</div>
</div>
<div ng-if="dashboardLoaded && !dashboardLoadError">
<header class="py2 mt2 border-bottom">
<div class="full" ng-if="dashboardLoaded && !dashboardLoadError">
<header class="py4 bg-white border-bottom">
<div class="Dash-wrapper wrapper flex align-center">
<div class="Entity">
<div class="flex align-center">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment