]> git.gir.st - subscriptionfeed.git/blob - app/dangerous/static/style.css
move search css into a stylesheet
[subscriptionfeed.git] / app / dangerous / static / style.css
1 #search {
2 width:60em;
3 max-width:100%;
4 box-sizing:border-box;
5 margin:1.5em auto;
6 }
7 #search #box::placeholder{
8 color:#eee;
9 opacity: .7;
10 }
11 #search #box,
12 #search #go,
13 #search #filters select {
14 display:block;
15 border:0;
16 background:#666;
17 color:#eee;
18 padding:.2em
19 }
20 #search #go {
21 padding: 0 1em;
22 border-left: 1px solid #eee;
23 }
24 #search #box,
25 #search #filters {
26 font-size: 1em;
27 flex: 1;
28 }
29 #search #main,
30 #search #filters #container {
31 display: flex;
32 }
33 #search #filters select {
34 flex: 1;
35 }
Imprint / Impressum