add more manta rays

This commit is contained in:
Matthias Kretschmann 2018-12-04 14:55:23 +01:00
parent 757ab40439
commit 0430cfb6fc
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 8 additions and 3 deletions

View File

@ -61,7 +61,10 @@ export const fonts = () =>
// Copy Logo
//
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/')
)

View File

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<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="shortcut icon" href="assets/img/favicon.ico">

View File

@ -6,7 +6,8 @@ body {
}
main {
background: $brand-black;
background: $brand-black url('/assets/img/mantaray-back.svg') no-repeat center top;
background-size: cover;
min-height: 100vh;
display: flex;
flex-wrap: wrap;
@ -65,6 +66,7 @@ img {
white-space: nowrap;
margin-bottom: $spacer;
max-width: 20rem;
background: rgba($brand-black, .8);
}
footer {