-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Logo & color refresh for SecureDrop 1.0.0
Updates colors throughout to a new "SecureDrop Blue" and a darker "Grimace Blue", as well as blue gradients on the landing page; updates the favicon and the default logo. Resolves #4500 Resolves #4501 Resolves #4502 Resolves #4503
- Loading branch information
Showing
22 changed files
with
126 additions
and
75 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
$color_warning_red: #ae3840 | ||
$color_warning_red_pale: #d55c5c | ||
$color_warning_red_pale: #ce0083 | ||
|
||
$color_warning_purple: #813a81 | ||
|
||
$color_purple_medium: #7985aa | ||
$color_purple_medium_darker: #727c9b | ||
|
||
$color_error_border: #F68E8E | ||
$color_error_background: #FCE3E3 | ||
$color_error_background: #fce3e3 | ||
|
||
$color_grey_dark: #626161 | ||
$color_grey_medium: #9e9e9e | ||
$color_grey_light: #f0f0f0 | ||
$color_grey_xlight: #f3f3f3 | ||
|
||
$color_grimace_blue: #2a319d | ||
$color_securedrop_blue: #0065db | ||
$color_button_blue: #045fb4 | ||
|
||
$spacing-unit: 8px |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,6 @@ | |
h1, h2, h3 | ||
font-weight: bold | ||
|
||
h1, h2 | ||
color: #7985aa | ||
|
||
h1 | ||
text-align: left | ||
font-size: 30px | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
=link | ||
|
||
|
||
a | ||
color: $color_purple_medium | ||
text-decoration: none | ||
color: $color_securedrop_blue | ||
border-bottom: 1px solid rgba(0, 117, 247, 0.4) | ||
|
||
&:hover | ||
color: $color_grimace_blue | ||
border-bottom: 1px solid rgba(42, 49, 157, 1) | ||
|
||
&.plain | ||
color: #333 | ||
border: 0 | ||
|
||
&:hover | ||
color: $color_purple_medium | ||
|
||
&.no-bottom-border | ||
border: 0 |
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 |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
width: 100% | ||
margin: 0 auto | ||
padding: 16px 30px | ||
border: 1px solid #c3c3c3 | ||
border: 1px solid #e1e1e1 | ||
float: right |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
=text-link | ||
a.text-link | ||
color: $color_purple_medium | ||
text-decoration: none | ||
color: $color_securedrop_blue | ||
border-bottom: 1px solid rgba(0, 117, 247, 0.4) | ||
|
||
&:hover | ||
color: $color_grimace_blue | ||
border-bottom: 1px solid rgba(42, 49, 157, 1) |
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 |
---|---|---|
|
@@ -44,6 +44,7 @@ | |
padding: 0 | ||
height: 0 | ||
overflow: hidden | ||
border: 0 | ||
|
||
.hidden-codename | ||
margin: auto | ||
|
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
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
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
Oops, something went wrong.