-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
16 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Binary file not shown.
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.
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.
Binary file removed
BIN
-7.25 KB
packages/metaljs.com/src/public/images/shadow_metal_architecture.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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
} | ||
|
||
.header-bg { | ||
background: url(../images/logo_bg.png) no-repeat; | ||
background: url(../images/[email protected]) no-repeat; | ||
background-size: 1145px 916px; | ||
display: none; | ||
height: 916px; | ||
position: absolute; | ||
|
@@ -49,7 +50,7 @@ | |
|
||
.topbar-logo-image { | ||
float: left; | ||
padding: 4px 0; | ||
margin: 4px 0; | ||
} | ||
|
||
.topbar-logo-text { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,6 +191,7 @@ | |
|
||
.architecture { | ||
background: rgba($secondaryColor, 0.05); | ||
overflow: hidden; | ||
} | ||
|
||
.architecture-title { | ||
|
@@ -231,7 +232,6 @@ | |
.architecture-image-primary, | ||
.architecture-image-secondary { | ||
display: none; | ||
max-width: 100%; | ||
} | ||
|
||
.architecture-image-primary { | ||
|
@@ -244,12 +244,6 @@ | |
display: block; | ||
} | ||
|
||
.architecture-image-secondary { | ||
margin: 30px 0 0 60px; | ||
} | ||
} | ||
|
||
@media (min-width: $screen-md-min) { | ||
.architecture-image-secondary { | ||
margin: 30px 0 0 120px; | ||
} | ||
|
@@ -337,7 +331,8 @@ | |
} | ||
|
||
.collection-primary { | ||
background: $secondaryColor url(../images/alloy_logo.png) no-repeat center center; | ||
background: $secondaryColor url(../images/[email protected]) no-repeat center center; | ||
background-size: 713px 620px; | ||
} | ||
|
||
.collection-primary .collection-button { | ||
|
@@ -346,7 +341,8 @@ | |
} | ||
|
||
.collection-secondary { | ||
background: #f0f1f2 url(../images/crystal_logo.png) no-repeat center center; | ||
background: #f0f1f2 url(../images/[email protected]) no-repeat center center; | ||
background-size: 729px 677px; | ||
} | ||
|
||
.collection-secondary .collection-button { | ||
|