You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
414 B
21 lines
414 B
// 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;
|
|
}
|
|
}
|
|
}
|
|
|