blob: 869a4b625d3f69796afa999007e7273fe698ceb6 [file] [log] [blame]
// content search
.content__search {
width: 100%;
float: left;
position: relative;
margin-right: 1em;
margin-bottom: .5em;
#content__search-input {
margin: 0;
border: 1px solid $border-color-02;
padding-left: 40px;
padding-right: 5px;
height: 3em;
max-height: none;
&:focus {
box-shadow: none;
}
}
label {
position: absolute;
text-indent: -9999px;
height:20px;
width: 20px;
left: 10px;
top: 25px;
transform: translateY(-50%);
background: url("../assets/images/icon-search.svg") center center no-repeat;
opacity: .6;
}
.clear-input {
display: inline-block;
height: 30px;
width: 20px;
color: $text-02;
padding: 0;
margin-right: .5em;
}
.search-submit__wrapper {
position: absolute;
width: auto;
height: 100%;
top: 0;
right: 0;
}
.content__search-submit {
display: inline-block;
padding: 1em 2em .9em;
min-height: 20px;
text-align: center;
margin: 0;
font-weight: 700;
font-size: .8em;
border: 0;
width: auto;
height: 100%;
&:hover {
cursor: pointer;
}
}
.tag-filter-label {
text-transform: uppercase;
color: $text-02;
font-size: .7em;
font-weight: 700;
min-height: 20px;
line-height:1.3;
margin-top: .5em;
text-align: right;
}
}//end event-log__search