Archive: Namaste PHP AMQP framework v1.0 (2017-2020)

952 days continuous production uptime, 40k+ tp/s single node.
Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
2026-04-05 09:49:30 -07:00
commit 373ebc8c93
1284 changed files with 409372 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
/***************
Input group
***************/
.input-group {
.input-group-addon {
background-color: #e0e0e0;
[type="checkbox"] + label {
padding-left: 18px;
height: 13px;
}
[type="radio"] + label {
padding-left: 24px;
height: 13px;
}
// Style Placeholders
@include placeholder {
padding-left: 1rem;
}
}
span {
z-index: 10;
}
.form-control {
margin-top: 3px;
padding-top: 14px;
padding-bottom: 7px;
padding-left: 1.2rem;
}
}