This repository has been archived on 2022-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-static/dist/admin/style.css

21 lines
325 B
CSS
Raw Normal View History

2020-01-05 00:10:32 +01:00
body {
background-color: #f8f9fa; }
#main-area {
flex: 1;
display: flex;
flex-direction: column;
min-height: 100vh; }
#main-area > .container {
flex: 1; }
.card-connection {
margin: auto;
max-width: 360px; }
.container-password {
flex: 1;
display: flex;
justify-content: center;
width: 100%; }