odoo.scss 803 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. }
  23. ion-card ion-row ion-col button ion-icon {
  24. padding: 0 $card-padding !important;
  25. }
  26. .popover-content {
  27. width: $popover-width !important;
  28. border-radius: $popover-border-radius !important;
  29. }
  30. .popover-viewport ion-list {
  31. margin: -1px 0 5px 10px !important;
  32. }