|
|
@@ -17,6 +17,7 @@ import TitleSection from "components/TitleSection";
|
|
|
import { pushFiltered, pushQueryParams } from "shared/routing";
|
|
|
import { withAuth, WithAuthProps } from "shared/auth/AuthorizationHoc";
|
|
|
import { StatusPage } from "../onboarding/steps/ProvisionResources/forms/StatusPage";
|
|
|
+import Banner from "components/Banner";
|
|
|
|
|
|
type PropsType = RouteComponentProps &
|
|
|
WithAuthProps & {
|
|
|
@@ -228,22 +229,22 @@ const DashboardWrapper = styled.div`
|
|
|
padding-bottom: 100px;
|
|
|
`;
|
|
|
|
|
|
-const Banner = styled.div<{ color: string }>`
|
|
|
- height: 40px;
|
|
|
- width: 100%;
|
|
|
- margin: 5px 0 30px;
|
|
|
- font-size: 13px;
|
|
|
- display: flex;
|
|
|
- border-radius: 5px;
|
|
|
- padding-left: 15px;
|
|
|
- align-items: center;
|
|
|
- background: #ffffff11;
|
|
|
- color: ${(props) => props.color};
|
|
|
- > i {
|
|
|
- margin-right: 10px;
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
-`;
|
|
|
+// const Banner = styled.div<{ color: string }>`
|
|
|
+// height: 40px;
|
|
|
+// width: 100%;
|
|
|
+// margin: 5px 0 30px;
|
|
|
+// font-size: 13px;
|
|
|
+// display: flex;
|
|
|
+// border-radius: 5px;
|
|
|
+// padding-left: 15px;
|
|
|
+// align-items: center;
|
|
|
+// background: #ffffff11;
|
|
|
+// color: ${(props) => props.color};
|
|
|
+// > i {
|
|
|
+// margin-right: 10px;
|
|
|
+// font-size: 18px;
|
|
|
+// }
|
|
|
+// `;
|
|
|
|
|
|
const TopRow = styled.div`
|
|
|
display: flex;
|