blob: 869a4b625d3f69796afa999007e7273fe698ceb6 [file] [log] [blame]
Michael Davis6af13462017-04-04 14:07:02 -05001
2// content search
3
4.content__search {
5 width: 100%;
Michael Davis0c262342017-04-10 11:48:52 -05006 float: left;
Michael Davis6af13462017-04-04 14:07:02 -05007 position: relative;
8 margin-right: 1em;
Michael Davis272297b2017-04-24 12:11:53 -05009 margin-bottom: .5em;
10
Michael Davis6af13462017-04-04 14:07:02 -050011 #content__search-input {
12 margin: 0;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050013 border: 1px solid $border-color-02;
Michael Davis6af13462017-04-04 14:07:02 -050014 padding-left: 40px;
Michael Davis0c262342017-04-10 11:48:52 -050015 padding-right: 5px;
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -050016 height: 3em;
17 max-height: none;
Michael Davis6af13462017-04-04 14:07:02 -050018 &:focus {
19 box-shadow: none;
20 }
21 }
22 label {
23 position: absolute;
24 text-indent: -9999px;
25 height:20px;
26 width: 20px;
27 left: 10px;
28 top: 25px;
29 transform: translateY(-50%);
30 background: url("../assets/images/icon-search.svg") center center no-repeat;
31 opacity: .6;
32 }
33
Michael Davis8b527992017-07-31 18:02:09 -050034 .clear-input {
Michael Davis0c262342017-04-10 11:48:52 -050035 display: inline-block;
Michael Davis8b527992017-07-31 18:02:09 -050036 height: 30px;
37 width: 20px;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050038 color: $text-02;
Michael Davis8b527992017-07-31 18:02:09 -050039 padding: 0;
40 margin-right: .5em;
41 }
42 .search-submit__wrapper {
43 position: absolute;
44 width: auto;
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -050045 height: 100%;
46 top: 0;
47 right: 0;
Michael Davis8b527992017-07-31 18:02:09 -050048 }
49 .content__search-submit {
50 display: inline-block;
Michael Davis6dc5f182017-06-26 13:07:27 -050051 padding: 1em 2em .9em;
Michael Davis6af13462017-04-04 14:07:02 -050052 min-height: 20px;
Michael Davis6af13462017-04-04 14:07:02 -050053 text-align: center;
54 margin: 0;
Michael Davis0c262342017-04-10 11:48:52 -050055 font-weight: 700;
56 font-size: .8em;
Iftekharul Islam8947e702017-07-27 10:28:07 -050057 border: 0;
Michael Davis8b527992017-07-31 18:02:09 -050058 width: auto;
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -050059 height: 100%;
Iftekharul Islam8947e702017-07-27 10:28:07 -050060 &:hover {
61 cursor: pointer;
62 }
Michael Davis6af13462017-04-04 14:07:02 -050063 }
64
65 .tag-filter-label {
66 text-transform: uppercase;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050067 color: $text-02;
Michael Davis6af13462017-04-04 14:07:02 -050068 font-size: .7em;
69 font-weight: 700;
70 min-height: 20px;
71 line-height:1.3;
72 margin-top: .5em;
73 text-align: right;
74 }
75}//end event-log__search