comics/templates/static/css/form.css

63 lines
890 B
CSS

.manager-form .input {
outline: none;
border: none;
background: none;
color: #ebdbb2;
font-size: 1.5em;
font-weight: bold;
word-break: break-word;
border-bottom: 0.125em solid #ebdbb2;
}
.manager-form .login-space {
margin-bottom: 1em;
}
.manager-form label {
margin-top: 0.25em;
margin-bottom: 0.25em;
}
.manager-form {
display: flex;
margin-top: 1em;
margin-bottom: 1em;
}
.manager-form label {
text-align: center;
width: 100%;
display: inline-block;
font-size: 30px;
background-color: #ebdbb2;
color: #282828;
text-transform: uppercase;
font-weight: bold;
}
.manager-form label:hover {
color: #ebdbb2;
background-color: #282828;
}
.manager-form input {
padding: 0;
margin: 0;
}
.manager-form .description {
height: 5em;
}
.manager-form * {
width: 100%;
}
.manager-form .description {
width: 100%;
display: flex;
}
.fake-button {
cursor:pointer;
}