blob: 3bb3ffa08260269f4792f90de606461c6ceb25a5 [file] [log] [blame]
Michael Davis6af13462017-04-04 14:07:02 -05001
2// content search
3
4.content__search {
5 width: 100%;
6 max-width: 99%;
7 display: inline-block;
Michael Davis0c262342017-04-10 11:48:52 -05008 float: left;
Michael Davis6af13462017-04-04 14:07:02 -05009 position: relative;
10 margin-right: 1em;
11 margin-top: .5em;
Michael Davis6af13462017-04-04 14:07:02 -050012 #content__search-input {
13 margin: 0;
Michael Davis0c262342017-04-10 11:48:52 -050014 border: 1px solid $lightgrey;
Michael Davis6af13462017-04-04 14:07:02 -050015 padding-left: 40px;
Michael Davis0c262342017-04-10 11:48:52 -050016 padding-right: 5px;
Michael Davis6af13462017-04-04 14:07:02 -050017 &:focus {
18 box-shadow: none;
19 }
20 }
21 label {
22 position: absolute;
23 text-indent: -9999px;
24 height:20px;
25 width: 20px;
26 left: 10px;
27 top: 25px;
28 transform: translateY(-50%);
29 background: url("../assets/images/icon-search.svg") center center no-repeat;
30 opacity: .6;
31 }
32
Michael Davis0c262342017-04-10 11:48:52 -050033 #content__search-submit {
Michael Davis6af13462017-04-04 14:07:02 -050034 position: absolute;
Michael Davis0c262342017-04-10 11:48:52 -050035 display: inline-block;
36 width: 100px;
Michael Davis6af13462017-04-04 14:07:02 -050037 top: .5em;
Michael Davis0c262342017-04-10 11:48:52 -050038 right: 5px;
39 padding: 1em 2em;
Michael Davis6af13462017-04-04 14:07:02 -050040 min-height: 20px;
Michael Davis6af13462017-04-04 14:07:02 -050041 text-align: center;
42 margin: 0;
Michael Davis0c262342017-04-10 11:48:52 -050043 font-weight: 700;
44 font-size: .8em;
Michael Davis6af13462017-04-04 14:07:02 -050045 }
46
47 .tag-filter-label {
48 text-transform: uppercase;
49 color: $darkgrey;
50 font-size: .7em;
51 font-weight: 700;
52 min-height: 20px;
53 line-height:1.3;
54 margin-top: .5em;
55 text-align: right;
56 }
57}//end event-log__search