für europa reicht's
This commit is contained in:
@@ -21,8 +21,6 @@ body {
|
||||
margin: 0 auto;
|
||||
padding: 1em .5em;
|
||||
|
||||
background: url('../../img/splash-screen/background.jpg') no-repeat;
|
||||
background-size: cover;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||
font-weight: 400;
|
||||
color: #FFF;
|
||||
@@ -32,10 +30,11 @@ header {
|
||||
height: 5em;
|
||||
margin-bottom: 2em;
|
||||
|
||||
background-image: url('../../img/splash-screen/logo.png');
|
||||
background-image: url('package://assets/img/login/logo.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
main {
|
||||
@@ -47,7 +46,7 @@ main {
|
||||
|
||||
font-size: 1em;
|
||||
line-height: 1.25;
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
background-color: rgba(0, 0, 0, .3);
|
||||
|
||||
h1, p {
|
||||
margin: 0;
|
||||
@@ -138,7 +137,7 @@ main {
|
||||
&#submit {
|
||||
width: 3.25em;
|
||||
|
||||
background-image: url('../../img/splash-screen/enter.png');
|
||||
background-image: url('package://assets/img/login/enter.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
background-size: contain;
|
||||
@@ -186,16 +185,17 @@ body.light {
|
||||
color: #333;
|
||||
|
||||
main {
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
background-color: rgba(255, 255, 255, .75);
|
||||
}
|
||||
|
||||
header {
|
||||
background-image: url('../../img/splash-screen/logo-light.png');
|
||||
background-image: url('package://assets/img/login/logo-light.png');
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
form {
|
||||
input {
|
||||
background-color: rgba(255, 255, 255, .125);
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
span#password-visibility {
|
||||
@@ -206,7 +206,7 @@ body.light {
|
||||
|
||||
button.transparent {
|
||||
&#submit {
|
||||
background-image: url('../../img/splash-screen/enter-dark.png');
|
||||
background-image: url('package://assets/img/login/enter-dark.png');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user