Files
pedidor/style/_logon.scss
2015-12-10 23:14:29 +01:00

28 lines
420 B
SCSS
Executable File

#logon, #logon .login_panel {
position: fixed;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background:$color_bg;
}
#logon .login_panel {
width:325px;
height:9.5em;
background:url(../images/logo_centered.png) 50% 0 no-repeat;
padding-top:184px;
}
#logon #validate {
text-align:right;
}
#logon .login_panel input {
width:calc(100% - 1em);
}
#logon .login_panel input[type="button"] {
width:auto;
}