diff --git a/web/static/img/email-icon.svg b/web/static/img/email-icon.svg index 20cf793e..10f0d8d0 100644 --- a/web/static/img/email-icon.svg +++ b/web/static/img/email-icon.svg @@ -1,7 +1,12 @@ - - - - + + + + Shape + Created with Sketch. + + + + diff --git a/web/static/img/google-icon.svg b/web/static/img/google-icon.svg index a5714f0d..d667afdf 100644 --- a/web/static/img/google-icon.svg +++ b/web/static/img/google-icon.svg @@ -1,21 +1,16 @@ - - - - - - - - - - - - - - + + + logo_googleg_48dp + Created with Sketch. + + + + + + + + - - - - + \ No newline at end of file diff --git a/web/static/img/ldap-icon.svg b/web/static/img/ldap-icon.svg new file mode 100644 index 00000000..506dadc0 --- /dev/null +++ b/web/static/img/ldap-icon.svg @@ -0,0 +1,12 @@ + + + + Combined-Shape + Created with Sketch. + + + + + diff --git a/web/static/img/saml-icon.svg b/web/static/img/saml-icon.svg new file mode 100644 index 00000000..506dadc0 --- /dev/null +++ b/web/static/img/saml-icon.svg @@ -0,0 +1,12 @@ + + + + Combined-Shape + Created with Sketch. + + + + + diff --git a/web/static/main.css b/web/static/main.css index a2551982..9df2052f 100644 --- a/web/static/main.css +++ b/web/static/main.css @@ -44,9 +44,10 @@ body { } .dex-btn-icon--google { - background-color: #DB4437; + background-color: #FFFFFF; background-image: url(../static/img/google-icon.svg);; } + .dex-btn-icon--local { background-color: #84B6EF; background-image: url(../static/img/email-icon.svg); @@ -72,6 +73,16 @@ body { background-image: url(../static/img/bitbucket-icon.svg); } +.dex-btn-icon--ldap { + background-color: #84B6EF; + background-image: url(../static/img/ldap-icon.svg); +} + +.dex-btn-icon--saml { + background-color: #84B6EF; + background-image: url(../static/img/saml-icon.svg); +} + .dex-btn-text { font-weight: 600; line-height: 36px; diff --git a/web/templates/header.html b/web/templates/header.html index 53803311..edd6289a 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -7,6 +7,7 @@ + diff --git a/web/themes/coreos/favicon.png b/web/themes/coreos/favicon.png new file mode 100644 index 00000000..db13cf7f Binary files /dev/null and b/web/themes/coreos/favicon.png differ diff --git a/web/themes/tectonic/favicon.png b/web/themes/tectonic/favicon.png new file mode 100644 index 00000000..29643556 Binary files /dev/null and b/web/themes/tectonic/favicon.png differ diff --git a/web/themes/tectonic/styles.css b/web/themes/tectonic/styles.css index a3beb8f8..7930e073 100644 --- a/web/themes/tectonic/styles.css +++ b/web/themes/tectonic/styles.css @@ -1,18 +1,11 @@ .theme-body { - background-color: #1E394C; + background-color: #1C425B; color: #333; font-family: 'Source Sans Pro', Helvetica, sans-serif; } .theme-navbar { - background-color: #fff; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); - color: #333; - font-size: 13px; - font-weight: 100; - height: 46px; - overflow: hidden; - padding: 0 10px; + display: none; } .theme-navbar__logo-wrap { @@ -107,3 +100,7 @@ font-size: 13px; font-weight: 600; } + +.dex-container { + margin: 60px auto; +}