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

style

parent 010b7d2b
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ const SearchHeader = ({ searchText, setSearchText }) =>
<div className={S.searchHeader}>
<Icon className={S.searchIcon} name="search" size={18} />
<input
className={cx("input", S.searchBox)}
className={cx("input bg-transparent", S.searchBox)}
type="text"
placeholder="Filter this list..."
value={searchText}
......
......@@ -196,3 +196,4 @@
}
.text-slate { color: #606E7B; }
.bg-transparent { background-color: transparent }
......@@ -144,12 +144,9 @@ export class Dashboards extends Component {
return (
<LoadingAndErrorWrapper
style={{
backgroundColor: "#f9fbfc",
minHeight: "100%"
}}
style={{ backgroundColor: "#f9fbfc" }}
loading={isLoading}
className={cx("relative px4", {"flex flex-full flex-column": noDashboardsCreated})}
className={cx("relative px4 full-height", {"flex flex-full flex-column": noDashboardsCreated})}
>
{ modalOpen ? this.renderCreateDashboardModal() : null }
<div className="flex align-center pt4 pb1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment