framework7-without-localstorage
Version:
Full featured mobile HTML framework for building iOS & Android apps
23 lines • 518 B
text/less
/* === Login screen === */
.login-screen-content {
background: #fff;
.login-screen-title, .list-block, .content-block, .list-block-label {
max-width: 480px;
margin: 24px auto;
}
.list-block ul {
.hairline-remove(top);
.hairline-remove(bottom);
background: none;
}
.list-block-label {
text-align: center;
}
}
.navbar-fixed .page .login-screen-content {
padding-top: 0;
}
.login-screen-title {
text-align: center;
font-size: 34px;
}