mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Update gallery colors (#430)
* Update gallery colors * fix lint error * Fix test
This commit is contained in:
5
src/GalleryViewer/GalleryViewer.less
Normal file
5
src/GalleryViewer/GalleryViewer.less
Normal file
@@ -0,0 +1,5 @@
|
||||
@import "../../less/Common/Constants";
|
||||
|
||||
.standalone-gallery-root {
|
||||
background: @GalleryBackgroundColor;
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
import "bootstrap/dist/css/bootstrap.css";
|
||||
import "./GalleryViewer.less";
|
||||
import { initializeIcons } from "office-ui-fabric-react/lib/Icons";
|
||||
import { Text, Link } from "office-ui-fabric-react";
|
||||
import * as React from "react";
|
||||
@@ -32,7 +33,7 @@ const onInit = async () => {
|
||||
};
|
||||
|
||||
const element = (
|
||||
<>
|
||||
<div className="standalone-gallery-root">
|
||||
<header>
|
||||
<GalleryHeaderComponent />
|
||||
</header>
|
||||
@@ -53,7 +54,7 @@ const onInit = async () => {
|
||||
|
||||
<GalleryAndNotebookViewerComponent {...props} />
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
|
||||
ReactDOM.render(element, document.getElementById("galleryContent"));
|
||||
|
||||
Reference in New Issue
Block a user