fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/shelfzilla/themes/bootflat/static/less/layout.less

27 lines
463 B
Plaintext

body {
background-color: rgb(241, 242, 246);
}
/* Login panel */
.panel-login {
@height: 180px;
@width: 300px;
left: 50%;
margin: 0 auto;
margin-left: @width/2*-1px;
margin-top: @height/2*-1px;
position: absolute;
text-align: center;
top: 50%;
width: 300px;
}
/* Alternative behaviours for bootstrap */
.panel-title-alt {
font-size: 1.75em !important;
font-weight: bold;
}
.max-width-80 { max-width: 80%; }