|
|
|
|
|
|
|
|
const ColoredLine = () => ( |
|
|
const ColoredLine = () => ( |
|
|
<hr |
|
|
<hr |
|
|
style={{ |
|
|
style={{ |
|
|
color: "#F5F5F5", |
|
|
|
|
|
backgroundColor: "#F5F5F5", |
|
|
|
|
|
|
|
|
backgroundColor: "#D8D8D8", |
|
|
height: 1, |
|
|
height: 1, |
|
|
|
|
|
border: 0, |
|
|
}} |
|
|
}} |
|
|
/> |
|
|
/> |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
setTrigger((trigger) => trigger + 1); |
|
|
setTrigger((trigger) => trigger + 1); |
|
|
}} |
|
|
}} |
|
|
> |
|
|
> |
|
|
<div style={{ marginBottom: matches ? "20px" : "50px" }}> |
|
|
|
|
|
<div style={{ marginBottom: "30px" }}> |
|
|
|
|
|
|
|
|
<div |
|
|
|
|
|
style={{ |
|
|
|
|
|
marginBottom: matches ? "20px" : "50px", |
|
|
|
|
|
marginTop: matches && "20px", |
|
|
|
|
|
}} |
|
|
|
|
|
> |
|
|
|
|
|
<div style={{ marginBottom: "20px" }}> |
|
|
<div |
|
|
<div |
|
|
style={{ |
|
|
style={{ |
|
|
display: "flex", |
|
|
display: "flex", |
|
|
alignItems: "center", |
|
|
alignItems: "center", |
|
|
justifyContent: "space-between", |
|
|
justifyContent: "space-between", |
|
|
|
|
|
marginBottom: "15px", |
|
|
}} |
|
|
}} |
|
|
> |
|
|
> |
|
|
<h1 className="page-heading">Folderi</h1> |
|
|
<h1 className="page-heading">Folderi</h1> |
|
|
|
|
|
|
|
|
<div className="page-navigation-buttons"> |
|
|
<div className="page-navigation-buttons"> |
|
|
<div |
|
|
<div |
|
|
onClick={() => history.push({ pathname: FILES_PAGE })} |
|
|
onClick={() => history.push({ pathname: FILES_PAGE })} |
|
|
style={{ marginLeft: 0 }} |
|
|
|
|
|
className="files-file-routing" |
|
|
className="files-file-routing" |
|
|
> |
|
|
> |
|
|
Root |
|
|
Root |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div style={{ marginBottom: "50px" }}> |
|
|
|
|
|
<div style={{ marginBottom: "30px" }}> |
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
<div style={{ marginBottom: "0px" }}> |
|
|
<h1 className="page-heading">Fajlovi</h1> |
|
|
<h1 className="page-heading">Fajlovi</h1> |
|
|
</div> |
|
|
</div> |
|
|
<div className="files-page-categories"> |
|
|
<div className="files-page-categories"> |