app-layout.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /**
  2. * IBM Confidential
  3. * OCO Source Materials
  4. * IBM Business Platform: Dashboard
  5. * (C) Copyright IBM Corp. 2018, 2020
  6. * The source code for this program is not published or otherwise divested of its trade secrets,
  7. * irrespective of what has been deposited with the U.S. Copyright Office
  8. **/
  9. @import "../lib/@ba-ui-toolkit/essentials/_essentials.scss";
  10. div.appbar {
  11. height: auto;
  12. }
  13. .flex1 {
  14. flex: 1;
  15. }
  16. .boardPageView {
  17. overflow: hidden !important;
  18. .pageViewContent > .dialogBlocker {
  19. z-index: 2000;
  20. }
  21. .canvasExtensionBottom, .canvasExtensionTop {
  22. position: relative;
  23. }
  24. }
  25. .pageViewContent {
  26. flex: 1;
  27. display: flex;
  28. position:relative;
  29. flex-direction: column;
  30. overflow: hidden !important;
  31. .dashboardFrame {
  32. display: flex;
  33. height: 100%;
  34. width: 100%;
  35. overflow: auto;
  36. .dashboardFrameCentre {
  37. flex: 1 1 auto;
  38. display: flex;
  39. flex-direction: column;
  40. position: relative;
  41. // Set width of dashboardFrameCentre to take right frame with fixed width of 320px into account
  42. width: calc(100% - 320px);
  43. .page {
  44. flex: 1;
  45. }
  46. }
  47. .dashboardFrameRight {
  48. flex: 0 0 auto;
  49. }
  50. }
  51. }
  52. .card.gigante {
  53. position: relative;
  54. margin-left: 0;
  55. margin-right: 0;
  56. @include theming(background-color, ui-01);
  57. }
  58. .authoringToolbar {
  59. .slider-container {
  60. .tooltip-inner input {
  61. padding: 3px;
  62. }
  63. }
  64. }