odoo.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. $list-header-margin: 0px;
  2. $popover-width: 200px;
  3. $popover-border-radius: 5px;
  4. $button-header-size: 1.8em;
  5. $card-padding: 6px;
  6. ion-list-header {
  7. margin-bottom: $list-header-margin !important;
  8. }
  9. ion-buttons[start] {
  10. order: 2;
  11. }
  12. ion-buttons button span ion-icon, ion-item div button span ion-icon {
  13. padding: 0 6px !important;
  14. font-size: $button-header-size !important;
  15. }
  16. ion-label h2 {
  17. word-break: keep-all;
  18. white-space: normal;
  19. }
  20. ion-card ion-row ion-col button {
  21. text-transform: none !important;
  22. white-space: normal !important;
  23. }
  24. ion-card ion-row ion-col button ion-icon {
  25. padding: 0 $card-padding !important;
  26. }
  27. .popover-content {
  28. width: $popover-width !important;
  29. border-radius: $popover-border-radius !important;
  30. }
  31. .popover-viewport ion-list {
  32. margin: -1px 0 5px 10px !important;
  33. }
  34. .no-element {
  35. width: 100%;
  36. height: 100%;
  37. display: flex;
  38. align-items: center;
  39. justify-content: center;
  40. }
  41. .no-element > h2 {
  42. font-size: 15pt;
  43. color: #d3d3d3;
  44. }
  45. .has-header {
  46. top: 56px !important;
  47. height: calc(100% - 56px) !important;
  48. }
  49. // .action-sheet-cancel ion-icon, .action-sheet-destructive ion-icon {
  50. // color: #757575;
  51. // }