forked from inspirehep/inspirehep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
holdingpen: author submission prototype
* ref: cern-sis/issues-inspire#468
- Loading branch information
1 parent
a18d8b7
commit 0012a19
Showing
42 changed files
with
4,917 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,8 @@ | |
height: 32px; | ||
vertical-align: middle; | ||
} | ||
} | ||
} | ||
.holdingpen .logo { | ||
height: fit-content; | ||
padding: 5px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import React from 'react'; | ||
import { Link } from 'react-router-dom'; | ||
|
||
import './Logo.less'; | ||
import { HOLDINGPEN } from '../../routes'; | ||
import { ReactComponent as LogoSvg } from './logo-holdingpen.svg'; | ||
|
||
const LogoHoldingpen = () => ( | ||
<Link className="__Logo__" to={HOLDINGPEN}> | ||
<LogoSvg className="logo" /> | ||
</Link> | ||
); | ||
|
||
export default LogoHoldingpen; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import Logo from './Logo'; | ||
import LogoHoldingpen from './LogoHoldingpen'; | ||
|
||
export default Logo; | ||
export { Logo, LogoHoldingpen }; |
Oops, something went wrong.