You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.0 KiB

  1. .o_field_widget {
  2. &.o_field_image {
  3. .o_form_image_controls {
  4. > .fa, .o_form_binary_file_download {
  5. margin: 5px 0;
  6. padding: 1px 0;
  7. width: 33.333333%;
  8. }
  9. .o_form_binary_file_download {
  10. border: none;
  11. background-color: transparent;
  12. line-height: 0px;
  13. > button.fa {
  14. width: 100%;
  15. height: 100%;
  16. margin: 0px;
  17. border: none;
  18. background-color: transparent;
  19. cursor: pointer;
  20. }
  21. }
  22. }
  23. @include media-breakpoint-down(xs, $o-extra-grid-breakpoints) {
  24. .o_form_image_controls{
  25. .o_form_binary_file_download {
  26. display: none;
  27. }
  28. > .fa{
  29. width: 50%;
  30. padding: 6px;
  31. margin: 0px;
  32. }
  33. }
  34. }
  35. }
  36. }