mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 08:39:02 +08:00
Signed-off-by: Ryan McCue <me@ryanmccue.info> Signed-off-by: Andy Fragen <andy@thefragens.com> Signed-off-by: costdev <79332690+costdev@users.noreply.github.com> Signed-off-by: Colin Stewart <79332690+costdev@users.noreply.github.com> Signed-off-by: Joe Dolson <design@joedolson.com> Co-authored-by: Andy Fragen <andy@thefragens.com> Co-authored-by: costdev <79332690+costdev@users.noreply.github.com> Co-authored-by: Joe Dolson <design@joedolson.com>
42 lines
759 B
CSS
42 lines
759 B
CSS
.fair-direct-install {
|
|
max-width: 500px;
|
|
margin: 3em auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.fair-direct-install__help {
|
|
color: #50575e;
|
|
font-size: 18px;
|
|
font-style: normal;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.fair-direct-install__form {
|
|
background: #f6f7f7;
|
|
border: 1px solid #c3c4c7;
|
|
padding: 30px;
|
|
margin: 30px auto;
|
|
display: inline-flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.fair-direct-install__form input[type="text"] {
|
|
font-size: 13px;
|
|
line-height: 2.15384615;
|
|
font-family: Consolas, Monaco, monospace;
|
|
width: 24em;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
#fair-direct-install__note {
|
|
font-style: italic;
|
|
text-align: center;
|
|
}
|
|
#fair-direct-install__note code {
|
|
font-style: normal;
|
|
}
|