mirror of
https://github.com/oceanprotocol/datascience.git
synced 2022-09-23 03:31:37 +02:00
add more manta rays
This commit is contained in:
parent
757ab40439
commit
0430cfb6fc
@ -61,7 +61,10 @@ export const fonts = () =>
|
|||||||
// Copy Logo
|
// Copy Logo
|
||||||
//
|
//
|
||||||
export const logos = () =>
|
export const logos = () =>
|
||||||
src('node_modules/@oceanprotocol/art/logo/**/*').pipe(
|
src([
|
||||||
|
'node_modules/@oceanprotocol/art/logo/**/*',
|
||||||
|
'node_modules/@oceanprotocol/art/mantaray/**/*',
|
||||||
|
]).pipe(
|
||||||
dest(DIST + '/assets/img/')
|
dest(DIST + '/assets/img/')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="theme-color" content="#141414">
|
<meta name="theme-color" content="#141414">
|
||||||
<title>Voucher — Ocean Protocol</title>
|
<title>{{ content.title }} — Ocean Protocol</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/css/styles.css" />
|
<link rel="stylesheet" href="assets/css/styles.css" />
|
||||||
<link rel="shortcut icon" href="assets/img/favicon.ico">
|
<link rel="shortcut icon" href="assets/img/favicon.ico">
|
||||||
|
@ -6,7 +6,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
background: $brand-black;
|
background: $brand-black url('/assets/img/mantaray-back.svg') no-repeat center top;
|
||||||
|
background-size: cover;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -65,6 +66,7 @@ img {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
max-width: 20rem;
|
max-width: 20rem;
|
||||||
|
background: rgba($brand-black, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user