src/Pumukit/WebTVBundle/Resources/views/Css/template_search_box.css.twig line 1

Open in your IDE?
  1. .search-box {
  2.     margin: 30px 8px 8px 8px;
  3. }
  4. .search-box button {
  5.     padding: 1px 6px;
  6. }
  7. .search-box .input-group {
  8.     border-radius: 8px;
  9.     /*overflow: hidden;*/
  10. }
  11. .search-box .input-group input.form-control {
  12.     border-radius: 4px;
  13. }
  14. #search-box-base,
  15. #search-box-mobile,
  16. #search-box-sticky {
  17.     border-radius: 4px 0 0 4px;
  18.     border-right: 0;
  19.     box-shadow: none;
  20. }
  21. #search-box-base:focus,
  22. #search-box-mobile:focus,
  23. #search-box-sticky:focus {
  24.     border-color: #ccc;
  25. }