mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 00:05:35 +01:00
Merge pull request #61 from oceanprotocol/feature/mantaray
switch to mantaray backgrounds
This commit is contained in:
commit
3c13ddffee
@ -22,7 +22,7 @@
|
|||||||
"deploy": "./scripts/deploy.sh"
|
"deploy": "./scripts/deploy.sh"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/art": "^1.0.2",
|
"@oceanprotocol/art": "^2.0.0",
|
||||||
"axios": "^0.18.0",
|
"axios": "^0.18.0",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"gatsby": "^2.0.52",
|
"gatsby": "^2.0.52",
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: $brand-black
|
background: $brand-black
|
||||||
url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat
|
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
|
||||||
center -4rem;
|
center -6rem;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: $spacer / 2 0;
|
padding: $spacer / 2 0;
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: $brand-black
|
background: $brand-black
|
||||||
url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat
|
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
|
||||||
center 7rem;
|
center 4rem;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: $spacer * 2 0;
|
padding: $spacer * 2 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user