diff --git a/app/javascript/flavours/glitch/styles/_custom_tk.scss b/app/javascript/flavours/glitch/styles/_custom_tk.scss new file mode 100644 index 000000000..fe569dd3c --- /dev/null +++ b/app/javascript/flavours/glitch/styles/_custom_tk.scss @@ -0,0 +1,19 @@ + +.auth-container-bg-img{ + + width: 100%; + height: 100vh; + opacity: 0.15; + filter: alpha(opacity=15); + background: url('~flavours/glitch/images/bliss/home2.jpg'); + background-position: center; + background-repeat: no-repeat; + left: 0; + top: 0; + margin: 0 auto; + overflow: hidden; + position: fixed; +} +.dismissable-banner{ + background: $base-overlay-background; +} diff --git a/app/javascript/flavours/glitch/styles/index.scss b/app/javascript/flavours/glitch/styles/index.scss index fbb02c788..3ea20517f 100644 --- a/app/javascript/flavours/glitch/styles/index.scss +++ b/app/javascript/flavours/glitch/styles/index.scss @@ -21,3 +21,4 @@ @import 'accessibility'; @import 'rtl'; @import 'dashboard'; +@import 'custom_tk'; diff --git a/app/javascript/styles/mastodon/forms.scss b/app/javascript/styles/mastodon/forms.scss index d4e98cdfa..43a3095bd 100644 --- a/app/javascript/styles/mastodon/forms.scss +++ b/app/javascript/styles/mastodon/forms.scss @@ -1107,3 +1107,4 @@ code { white-space: nowrap; } } + diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml index 34f6b38ec..6b0653906 100644 --- a/app/views/layouts/auth.html.haml +++ b/app/views/layouts/auth.html.haml @@ -1,4 +1,5 @@ - content_for :content do + .auth-container-bg-img .container-alt .logo-container %h1