lots of graphics
[prawokultury.git] / prawokultury / static / css / search.scss
1 #search-form {
2     margin-top: .4em;
3
4     input {
5         font-size: 1.1em;
6         width: 17.1em;
7         padding-left: 1em;
8         border: none;
9         border-radius: 1.5em 0 0 1.5em;
10         background: white;
11         color: black;
12         height: 2em;
13     }
14
15     button {
16         font-size: 1.1em;
17         width: 2.7em;
18         height: 2em;
19         border: none;
20         background: #3bb0a8;
21         background-image: url('/static/img/search-bg.png');
22         background-repeat: no-repeat;
23         color: white;
24         border-radius: 0 1em 1em 0;
25         padding-right: 1em;
26
27         img {
28             vertical-align: middle;
29         }
30     }
31 }