mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-19 23:51:01 +00:00
64f81bc316
Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
26 lines
377 B
SCSS
26 lines
377 B
SCSS
.login {
|
|
background-color: #333;
|
|
|
|
#main {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
form {
|
|
background-color: #fff;
|
|
padding: 1.5em;
|
|
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
|
|
width: 20em;
|
|
position: absolute;
|
|
top: 8em;
|
|
left: 50%;
|
|
margin-left: -10em;
|
|
}
|
|
|
|
.logo {
|
|
position: absolute;
|
|
top: 2em;
|
|
left: 50%;
|
|
margin-left: -55px;
|
|
}
|
|
}
|