blob: e93bff025e3c6a0a92bf14654adf3fad8e95d33f [file] [log] [blame]
Michael Davis6af13462017-04-04 14:07:02 -05001
2// content search
3
4.content__search {
5 width: 100%;
Michael Davis6af13462017-04-04 14:07:02 -05006 display: inline-block;
Michael Davis0c262342017-04-10 11:48:52 -05007 float: left;
Michael Davis6af13462017-04-04 14:07:02 -05008 position: relative;
9 margin-right: 1em;
Michael Davis272297b2017-04-24 12:11:53 -050010 margin-bottom: .5em;
11
Michael Davis6af13462017-04-04 14:07:02 -050012 #content__search-input {
13 margin: 0;
Michael Davis4ac71d42017-06-19 14:47:50 -050014 border: 1px solid $input-border;
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;
Michael Davis6dc5f182017-06-26 13:07:27 -050039 padding: 1em 2em .9em;
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;
Iftekharul Islam8947e702017-07-27 10:28:07 -050045 border: 0;
46 &:hover {
47 cursor: pointer;
48 }
Michael Davis6af13462017-04-04 14:07:02 -050049 }
50
51 .tag-filter-label {
52 text-transform: uppercase;
53 color: $darkgrey;
54 font-size: .7em;
55 font-weight: 700;
56 min-height: 20px;
57 line-height:1.3;
58 margin-top: .5em;
59 text-align: right;
60 }
61}//end event-log__search