Notes/static/less/login.less
2023-06-15 07:24:23 +02:00

27 lines
337 B
Plaintext

@import "theme.less";
#login {
display: grid;
justify-items: center;
height: 100%;
div {
max-width: 300px;
input {
margin-bottom: 32px;
width: 100%;
border: 0px;
border-bottom: 1px solid #fff;
font-size: 18pt;
color: #fff;
background-color: @background;
&:focus {
outline: none;
}
}
}
}