mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-05 02:37:43 +08:00
Add installer for FAIR protocol (#71)
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>
This commit is contained in:
parent
fede6b6413
commit
9ce4b13d15
17 changed files with 2406 additions and 29 deletions
42
assets/css/packages.css
Normal file
42
assets/css/packages.css
Normal file
|
@ -0,0 +1,42 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue