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:
30
html/sass/mdb/pro/_input-group.scss
Executable file
30
html/sass/mdb/pro/_input-group.scss
Executable 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;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user