blob: d4b9e142ea95a5ddd0d6acd08078e67bd4a97579 [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 Davis8b527992017-07-31 18:02:09 -050033 .clear-input {
Michael Davis0c262342017-04-10 11:48:52 -050034 display: inline-block;
Michael Davis8b527992017-07-31 18:02:09 -050035 height: 30px;
36 width: 20px;
37 color: $darkgrey;
38 padding: 0;
39 margin-right: .5em;
40 }
41 .search-submit__wrapper {
42 position: absolute;
43 width: auto;
44 top: .4em;
Michael Davis0c262342017-04-10 11:48:52 -050045 right: 5px;
Michael Davis8b527992017-07-31 18:02:09 -050046 }
47 .content__search-submit {
48 display: inline-block;
Michael Davis6dc5f182017-06-26 13:07:27 -050049 padding: 1em 2em .9em;
Michael Davis6af13462017-04-04 14:07:02 -050050 min-height: 20px;
Michael Davis6af13462017-04-04 14:07:02 -050051 text-align: center;
52 margin: 0;
Michael Davis0c262342017-04-10 11:48:52 -050053 font-weight: 700;
54 font-size: .8em;
Iftekharul Islam8947e702017-07-27 10:28:07 -050055 border: 0;
Michael Davis8b527992017-07-31 18:02:09 -050056 width: auto;
Iftekharul Islam8947e702017-07-27 10:28:07 -050057 &:hover {
58 cursor: pointer;
59 }
Michael Davis6af13462017-04-04 14:07:02 -050060 }
61
62 .tag-filter-label {
63 text-transform: uppercase;
64 color: $darkgrey;
65 font-size: .7em;
66 font-weight: 700;
67 min-height: 20px;
68 line-height:1.3;
69 margin-top: .5em;
70 text-align: right;
71 }
72}//end event-log__search