Files: cc9b1a7a5f4f79d8e0f7c4a2491a50f440ac9153 / app / html / topNav / topNavAddressBook.mcss
324 bytesRaw
1 | TopNav -addressBook { |
2 | div.search { |
3 | flex-grow: 1 |
4 | $backgroundPrimaryText |
5 | |
6 | margin-bottom: .5rem |
7 | |
8 | display: flex |
9 | align-items: center |
10 | |
11 | i.fa-search { |
12 | margin-left: .8rem |
13 | } |
14 | |
15 | input { |
16 | flex-grow: 1 |
17 | |
18 | $fontBasic |
19 | margin: .6rem |
20 | |
21 | border: none |
22 | outline: none |
23 | } |
24 | } |
25 | |
26 | } |
27 | |
28 |
Built with git-ssb-web