Skip to content

Commit 487a5c9

Browse files
committed
Changing logos to HDS
1 parent 842416d commit 487a5c9

7 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

app-web-auth3/logo.png

17.4 KB
Loading

favicon.ico

-17.7 KB
Binary file not shown.

lib-js/buttonSignIn.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
margin-bottom: 0;
1616
font-size: 12px;
1717
line-height: 20px;
18-
color: #FFF;
18+
color: #2a2929;
1919
text-align: center;
2020
vertical-align: middle;
2121
cursor: pointer;
22-
background-color: #BD1727;
23-
border: 1px solid #9D0717;
22+
background-color: #f5f3f3;
23+
border: 1px solid #3a3a3a;
2424
-webkit-border-radius: 3px;
2525
-moz-border-radius: 3px;
2626
border-radius: 3px;
@@ -63,7 +63,7 @@
6363
}
6464

6565
.pryv-access-btn a:hover, .pryv-access-btn a:focus {
66-
color: #FFF;
66+
color: #ede1e1;
6767
text-decoration: none;
6868
}
6969

lib-js/buttonSignIn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div id="pryv-access-btn" class="pryv-access-btn-signin">
2-
<span class="pryv-access-btn pryv-access-btn-pryv-access-color"><span class="logoSignin">Y</span></span>
2+
<span class="pryv-access-btn pryv-access-btn-pryv-access-color"><span class="logoSignin">HDS</span></span>
33
<span class="pryv-access-btn pryv-access-btn-pryv-access-color"><span id="pryv-access-btn-text"></span></span>
44
</div>

lib-js/buttonSignIn.png

912 Bytes
Loading

lib-js/buttonSigninLogoOnly.png

683 Bytes
Loading

0 commit comments

Comments
 (0)