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
|
||||
//
|
||||
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/')
|
||||
)
|
||||
|
||||
|
@ -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">
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user