SearchBar.less 210 B

123456789101112131415
  1. .root {
  2. padding: 6px 10px;
  3. box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.05);
  4. }
  5. .btn_close {
  6. margin-top: 8px;
  7. cursor: pointer;
  8. float: right;
  9. }
  10. .count_wrapper {
  11. line-height: 28px;
  12. text-align: center;
  13. }