Skip to content

Commit

Permalink
Add base styles for Sources
Browse files Browse the repository at this point in the history
More in a future PR but this makes the majority of things look correct.
  • Loading branch information
scottybollinger committed Nov 23, 2020
1 parent 152439a commit 5b3de6d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

.source-grid-configured {

.source-card-configured {
padding: 8px;

&__icon {
width: 2em;
height: 2em;
}

&__not-connected-tooltip {
position: relative;
top: 3px;
left: 4px;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ import { OrganizationSources } from './organization_sources';
import { PrivateSources } from './private_sources';
import { SourceRouter } from './source_router';

import './sources.scss';

export const SourcesRouter: React.FC = () => {
const { pathname } = useLocation() as Location;
const { hasPlatinumLicense } = useValues(LicensingLogic);
Expand Down

0 comments on commit 5b3de6d

Please sign in to comment.