Headless CMS and Content Managment Hub
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.
 
 
 
 
 

46 lines
765 B

@import '_vars';
@import '_mixins';
.search-form {
display: inline-block;
}
.form-inline {
position: relative;
}
.form-control-expandable {
padding-right: 3rem;
}
.form-horizontal {
padding: 1rem 1.5rem;
min-width: 25rem;
max-width: 25rem;
}
.save-search {
@include absolute(8px, 24px, auto, auto);
color: $color-border-dark !important;
font-size: .9rem;
font-weight: normal;
cursor: pointer !important;
}
.expand-search {
@include absolute(8px, 8px, auto, auto);
color: $color-border-dark !important;
font-size: .9rem;
font-weight: normal;
cursor: pointer !important;
}
.link {
margin-top: 1.5rem;
font-size: .8rem;
font-weight: normal;
}
.col-form-label {
text-align: left;
}