Files: c38e965ff14b9067041ae577f0d73337d043aebf / app / html / search-bar.mcss
196 bytesRaw
1 | SearchBar { |
2 | input { |
3 | height: 1.4rem |
4 | |
5 | padding-left: .7rem |
6 | padding-right: .5rem |
7 | |
8 | margin-left: 1rem |
9 | |
10 | border: 1px #dcdcdc solid; |
11 | border-radius: 0 |
12 | font-size: .9rem; |
13 | } |
14 | } |
15 | |
16 |
Built with git-ssb-web