Skip to content

Commit

Permalink
Clean up registries assets
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseto committed Nov 6, 2018
1 parent 8c6673f commit ccad442
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.svg -diff linguist-generated=true
*.png -diff linguist-generated=true
*.jpg -diff linguist-generated=true
12 changes: 10 additions & 2 deletions lib/registries/addon/components/registries-header/styles.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.RegistriesHeader {
background: url('img/preprints-bg.jpg') top center $color-bg-blue-darker;
background: url('img/bg-dark.jpg') top center $color-bg-blue-darker;
border-bottom: 1px solid #ddd;
color: #fff;
padding-bottom: 30px;
Expand All @@ -9,10 +9,18 @@
color: #80c2f7;
text-decoration: none;
}

p {
color: $white;
}

:global(.lead) {
font-size: 21px;
}
}

.RegistriesHeader__Brand {
background: url('img/osfregistries_white.png') top center no-repeat;
background: url('img/osf-registries-white.png') top center no-repeat;
background-size: contain;
height: 70px;
}
Binary file added lib/registries/public/assets/img/bg-dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/registries/public/assets/img/bg-light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed lib/registries/public/assets/img/bg-web.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions lib/registries/public/assets/img/cos-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed lib/registries/public/assets/img/dark-overlay.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed lib/registries/public/assets/img/logo_ua.png
Binary file not shown.
Binary file removed lib/registries/public/assets/img/logo_uva.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed lib/registries/public/assets/img/submit_bg.jpg
Binary file not shown.

0 comments on commit ccad442

Please sign in to comment.