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.
 
 
 
 
 

53 lines
808 B

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