mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-14 14:57:28 +00:00
feat: add c0mpute plugin and hire-us request flow
This commit is contained in:
parent
1a87c2f26d
commit
b1d8fe475a
20 changed files with 1271 additions and 59 deletions
|
|
@ -139,6 +139,13 @@ h1 {
|
|||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.hero-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.65rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.status-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
|
|
@ -477,6 +484,45 @@ pre {
|
|||
gap: 0.65rem;
|
||||
}
|
||||
|
||||
.project-request-form {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.project-request-form label {
|
||||
display: grid;
|
||||
gap: 0.35rem;
|
||||
}
|
||||
|
||||
.project-request-form label span {
|
||||
color: #8ee4c9;
|
||||
font-size: 0.78rem;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.project-request-form input,
|
||||
.project-request-form textarea {
|
||||
width: 100%;
|
||||
border: 1px solid #3f5049;
|
||||
border-radius: 6px;
|
||||
background: #171d1a;
|
||||
color: #f6f7f4;
|
||||
font: inherit;
|
||||
line-height: 1.45;
|
||||
padding: 0.7rem 0.75rem;
|
||||
}
|
||||
|
||||
.project-request-form textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.project-request-form input::placeholder,
|
||||
.project-request-form textarea::placeholder {
|
||||
color: #7f8b84;
|
||||
}
|
||||
|
||||
.button-primary,
|
||||
.button-secondary {
|
||||
display: inline-flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue