freshter-logs/static/MakeConversation.css
2023-04-28 19:48:34 -04:00

25 lines
404 B
CSS

.make-conversation {
outline: 1px dashed grey;
width: calc(min(590px, 99vw));
text-align: center;
margin: auto;
margin-bottom: 10px;
}
.mc-name,
.mc-desc {
width: 100%;
font-family: "Courier New", Courier, monospace;
border-bottom: 1px dashed grey;
}
.mc-name:focus,
.mc-desc:focus,
.mc-submit:focus {
background-color: lightgray;
}
.mc-submit {
width: 100%;
}