2014-09-15 12:15:56 +02:00
|
|
|
#login-page {
|
|
|
|
background-color: $theme-background-main ;
|
|
|
|
|
|
|
|
section {
|
|
|
|
width: auto;
|
|
|
|
position: relative;
|
|
|
|
overflow: visible;
|
|
|
|
|
|
|
|
&.page {
|
|
|
|
margin: 20px;
|
|
|
|
width: 480px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.page-header {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
form {
|
|
|
|
@include border-radius(10px);
|
|
|
|
@include box-shadow(0 3px 0 $theme-background-highlight);
|
|
|
|
background-color: $theme-background-light;
|
|
|
|
margin-left: 20px;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type="text"],
|
|
|
|
[type="password"] {
|
|
|
|
width: 380px;
|
|
|
|
}
|
2015-01-20 01:20:29 +01:00
|
|
|
+ div {
|
2014-09-15 12:15:56 +02:00
|
|
|
|
2015-01-20 01:20:29 +01:00
|
|
|
margin: {
|
|
|
|
left: 20px;
|
|
|
|
top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style-type: square;
|
|
|
|
|
|
|
|
padding-left: 25px;
|
|
|
|
}
|
|
|
|
}
|
2014-09-15 12:15:56 +02:00
|
|
|
}
|
|
|
|
}
|