blob: b1aae3602cf4221e6a89ef4a9aa04b98566ec3f8 [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 Davis272297b2017-04-24 12:11:53 -050012 margin-bottom: .5em;
13
Michael Davis6af13462017-04-04 14:07:02 -050014 #content__search-input {
15 margin: 0;
Michael Davis51946552017-05-01 10:30:38 -050016 border: 1px solid $medgrey;
Michael Davis6af13462017-04-04 14:07:02 -050017 padding-left: 40px;
Michael Davis0c262342017-04-10 11:48:52 -050018 padding-right: 5px;
Michael Davis6af13462017-04-04 14:07:02 -050019 &:focus {
20 box-shadow: none;
21 }
22 }
23 label {
24 position: absolute;
25 text-indent: -9999px;
26 height:20px;
27 width: 20px;
28 left: 10px;
29 top: 25px;
30 transform: translateY(-50%);
31 background: url("../assets/images/icon-search.svg") center center no-repeat;
32 opacity: .6;
33 }
34
Michael Davis0c262342017-04-10 11:48:52 -050035 #content__search-submit {
Michael Davis6af13462017-04-04 14:07:02 -050036 position: absolute;
Michael Davis0c262342017-04-10 11:48:52 -050037 display: inline-block;
38 width: 100px;
Michael Davis6af13462017-04-04 14:07:02 -050039 top: .5em;
Michael Davis0c262342017-04-10 11:48:52 -050040 right: 5px;
41 padding: 1em 2em;
Michael Davis6af13462017-04-04 14:07:02 -050042 min-height: 20px;
Michael Davis6af13462017-04-04 14:07:02 -050043 text-align: center;
44 margin: 0;
Michael Davis0c262342017-04-10 11:48:52 -050045 font-weight: 700;
46 font-size: .8em;
Michael Davis6af13462017-04-04 14:07:02 -050047 }
48
49 .tag-filter-label {
50 text-transform: uppercase;
51 color: $darkgrey;
52 font-size: .7em;
53 font-weight: 700;
54 min-height: 20px;
55 line-height:1.3;
56 margin-top: .5em;
57 text-align: right;
58 }
59}//end event-log__search