mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
add custom tk style
This commit is contained in:
parent
e6d4236925
commit
490f9a14ac
19
app/javascript/flavours/glitch/styles/_custom_tk.scss
Normal file
19
app/javascript/flavours/glitch/styles/_custom_tk.scss
Normal file
@ -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;
|
||||||
|
}
|
@ -21,3 +21,4 @@
|
|||||||
@import 'accessibility';
|
@import 'accessibility';
|
||||||
@import 'rtl';
|
@import 'rtl';
|
||||||
@import 'dashboard';
|
@import 'dashboard';
|
||||||
|
@import 'custom_tk';
|
||||||
|
@ -1107,3 +1107,4 @@ code {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
- content_for :content do
|
- content_for :content do
|
||||||
|
.auth-container-bg-img
|
||||||
.container-alt
|
.container-alt
|
||||||
.logo-container
|
.logo-container
|
||||||
%h1
|
%h1
|
||||||
|
Loading…
Reference in New Issue
Block a user