Site Skeleton
This commit is contained in:
21
mdb/scss/free/_input-group.scss
Executable file
21
mdb/scss/free/_input-group.scss
Executable file
@ -0,0 +1,21 @@
|
||||
// Input group
|
||||
.md-form {
|
||||
&.input-group {
|
||||
label {
|
||||
top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.input-group-text {
|
||||
background-color: $input-group-text-bgc;
|
||||
&.md-addon {
|
||||
font-weight: 500;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.form-control {
|
||||
padding: $input-group-form-control-py $input-group-form-control-px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user