Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sanity Exhibition Nansen
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
Utstillinger
Sanity Exhibition Nansen
Commits
db58646a
Commit
db58646a
authored
4 years ago
by
Tarje Lavik
Browse files
Options
Downloads
Patches
Plain Diff
Add nansen logo
parent
8d7bae33
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
studio/plugins/muna-logo/Logo.css
+2
-1
2 additions, 1 deletion
studio/plugins/muna-logo/Logo.css
studio/plugins/muna-logo/Logo.js
+5
-2
5 additions, 2 deletions
studio/plugins/muna-logo/Logo.js
studio/plugins/muna-logo/logo.png
+0
-0
0 additions, 0 deletions
studio/plugins/muna-logo/logo.png
with
7 additions
and
3 deletions
studio/plugins/muna-logo/Logo.css
+
2
−
1
View file @
db58646a
.logo
{
display
:
inline-block
!important
;
height
:
100%
;
max-height
:
2em
;
max-height
:
1em
;
margin-right
:
0.5em
;
}
This diff is collapsed.
Click to expand it.
studio/plugins/muna-logo/Logo.js
+
5
−
2
View file @
db58646a
// React is installed in the studio and should be treated as a peer dependency
import
React
from
'
react
'
import
{
SeidhrIcon
}
from
'
@seidhr/react-muna-logo
'
import
nansenLogo
from
'
./logo.png
'
import
styles
from
'
./Logo.css
'
// We recommend using SVGs as they have both a small footprint and scale well
// const Logo = () => 'ᛗᚢᚾᚨ'
const
Logo
=
()
=>
(
<
div
>
<
SeidhrIcon
className
=
{
styles
.
logo
}
/> ᛗᚢᚾ
ᚨ
<
img
src
=
{
nansenLogo
}
className
=
{
styles
.
logo
}
/>
<
strong
>
Nansen
<
/strong
>
<
/div
>
)
...
...
This diff is collapsed.
Click to expand it.
studio/plugins/muna-logo/logo.png
0 → 100644
+
0
−
0
View file @
db58646a
4.68 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment