diff --git a/web/static/img/coreos-icon.svg b/web/static/img/coreos-icon.svg index b3a0c6c1..f9958a50 100644 --- a/web/static/img/coreos-icon.svg +++ b/web/static/img/coreos-icon.svg @@ -4,16 +4,16 @@ + c58.659,0,106.39-47.727,106.39-106.399C213.869,48.805,166.138,1.075,107.479,1.075z M147.449,134.627 + c-0.88,0.128-1.749,0.251-2.632,0.364c-8.03,1.038-16.602,1.743-25.561,2.078c-3.856,0.144-7.793,0.231-11.776,0.231 + c-3.995,0-7.92-0.086-11.788-0.231c-8.948-0.335-17.526-1.04-25.549-2.078c-0.716-5.987-1.201-12.216-1.443-18.623 + c-0.116-2.926-0.173-5.896-0.173-8.895c0-3.002,0.057-5.966,0.173-8.898c0.243-6.408,0.728-12.633,1.443-18.62 + c0.144-1.246,0.306-2.485,0.473-3.709c5.241-38.04,19.752-65.408,36.863-65.408c53.364,0,96.632,43.262,96.633,96.635 + C204.112,119.547,180.866,129.934,147.449,134.627z"/> + c-4.791,0-9.057,7.333-11.788,18.72c-1.085,4.54-1.928,9.721-2.47,15.343c-0.428,4.505-0.658,9.297-0.658,14.255 + s0.231,9.751,0.658,14.252c4.508,0.428,9.293,0.657,14.258,0.657c4.959,0,9.744-0.23,14.252-0.657 + c9.911-0.94,18.466-2.846,24.527-5.357c5.986-2.476,9.528-5.559,9.528-8.895C155.786,97.407,152.712,88.057,147.448,80.316z"/> diff --git a/web/static/img/email-icon.svg b/web/static/img/email-icon.svg index 54660253..20cf793e 100644 --- a/web/static/img/email-icon.svg +++ b/web/static/img/email-icon.svg @@ -1,14 +1,7 @@ - - -Rectangle 290 + Rectangle 291 + Path 232 -Created with Sketch. - - + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 43 43" + style="enable-background:new 0 0 43 43;" xml:space="preserve"> + + diff --git a/web/static/img/google-icon.svg b/web/static/img/google-icon.svg index 4f1a6f77..a5714f0d 100644 --- a/web/static/img/google-icon.svg +++ b/web/static/img/google-icon.svg @@ -1,25 +1,21 @@ - - Shape + g+ - Created with Sketch. - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/web/static/main.css b/web/static/main.css index 931455b5..f33b15ac 100644 --- a/web/static/main.css +++ b/web/static/main.css @@ -32,16 +32,6 @@ body { outline: none; } -.dex-btn-provider { - background-color: #fff; - color: #333; - width: 250px; -} - -.dex-btn-provider:hover { - color: #999; -} - .dex-btn-icon { background-position: center; background-repeat: no-repeat; diff --git a/web/templates/approval.html b/web/templates/approval.html index bfcd6bd3..2fa7bf21 100644 --- a/web/templates/approval.html +++ b/web/templates/approval.html @@ -28,7 +28,7 @@
-
diff --git a/web/templates/login.html b/web/templates/login.html index 673ff54d..10c5dbbb 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -6,7 +6,7 @@ {{ range $c := .Connectors }}
- diff --git a/web/themes/coreos/styles.css b/web/themes/coreos/styles.css index 5fb5b76e..517f06a7 100644 --- a/web/themes/coreos/styles.css +++ b/web/themes/coreos/styles.css @@ -41,6 +41,16 @@ padding: 30px; } +.theme-btn-provider { + background-color: #fff; + color: #333; + min-width: 250px; +} + +.theme-btn-provider:hover { + color: #999; +} + .theme-btn--primary { background-color: #333; border: none; diff --git a/web/themes/tectonic/styles.css b/web/themes/tectonic/styles.css index ab6abba1..a3beb8f8 100644 --- a/web/themes/tectonic/styles.css +++ b/web/themes/tectonic/styles.css @@ -41,6 +41,16 @@ padding: 30px; } +.theme-btn-provider { + background-color: #fff; + color: #333; + min-width: 250px; +} + +.theme-btn-provider:hover { + color: #999; +} + .theme-btn--primary { background-color: #2fc98e; border: none;