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.
 
 
 
 
 

62 lines
918 B

.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);
}
.buttons2 {
@include absolute(.75rem, 1.75rem);
}
.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;
}
&:focus {
text-decoration: none;
}
&:hover {
text-decoration: none;
}
&.highlighted {
color: $color-title !important;
}
}
.link {
font-size: .8rem;
font-weight: normal;
margin-top: 1.5rem;
}
.col-form-label {
text-align: left;
}