pat_flyouts.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. DIV.clsAuthoringPopup
  2. {
  3. background-color: var(--ui-01);
  4. box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  5. border: 1px solid var(--ui-03);
  6. }
  7. .clsFlyoutHeader
  8. {
  9. display: flex;
  10. flex-shrink: 0;
  11. justify-content: flex-start;
  12. align-items: center;
  13. height: 40px;
  14. color: var(--text-02);
  15. }
  16. .clsFlyoutHeader svg
  17. {
  18. width: 20px;
  19. height: 20px;
  20. padding: 0 3px 0 3px;
  21. cursor: pointer;
  22. vertical-align: middle;
  23. fill: var(--text-02);
  24. }
  25. #_012
  26. {
  27. display: flex;
  28. flex-direction: column;
  29. height: 100%;
  30. min-height: 400px;
  31. min-width: 220px;
  32. overflow: hidden;
  33. }
  34. #_nb,
  35. #_nb > table,
  36. #_nb .clsVizDataSet
  37. {
  38. height: 100%;
  39. }
  40. ._jf2
  41. {
  42. width: 220px;
  43. }
  44. #_nb .clsVizDataSet,
  45. #_nb .clsVizChartItem
  46. {
  47. width: 215px;
  48. }
  49. #_nb .clsVizDataSetHeader,
  50. #_nb .clsVizDataSet,
  51. #_nb .clsVizChartItem
  52. {
  53. padding: 0 !important;
  54. margin: 0 !important;
  55. }
  56. #_nb .clsVizField span
  57. {
  58. display:block;
  59. padding:0 !important;
  60. white-space: normal !important;
  61. text-align: center;
  62. }
  63. #_c7 svg,
  64. #_x2
  65. {
  66. width: 36px;
  67. height: 36px;
  68. }
  69. #_012_Recommendations_NavLink svg:hover,
  70. #_3r:hover
  71. {
  72. fill: var(--primary2);
  73. }
  74. ._05 div.clsTemplateTheme_normal,
  75. ._05 div.clsTemplateTheme_selected,
  76. ._05 div.clsTemplateTheme_hover
  77. {
  78. margin: 0 !important;
  79. white-space: normal !important;
  80. padding: 10px !important;
  81. }
  82. ._05 span
  83. {
  84. margin: 0 !important;
  85. padding: 0 !important;
  86. font-size: 11px;
  87. width: 0;
  88. }
  89. ._05:not(:empty),
  90. .clsFlyoutHeader
  91. {
  92. border-bottom: 1px solid var(--ui-03);
  93. }
  94. ._jf2:last-child ._05
  95. {
  96. border-bottom: none;
  97. }
  98. ._pl,
  99. ._w2
  100. {
  101. width: 40px;
  102. display: flex;
  103. justify-content: center;
  104. align-items: center;
  105. }
  106. ._jf2,
  107. #_nb
  108. {
  109. display: flex;
  110. flex-direction: column;
  111. overflow-y: auto;
  112. }
  113. ._jf2
  114. {
  115. flex-shrink: 0;
  116. }
  117. ._jf2:last-child
  118. {
  119. flex-shrink: 1;
  120. height: 100%;
  121. }
  122. ._05
  123. {
  124. overflow-y:auto;
  125. -ms-overflow-style: -ms-autohiding-scrollbar;
  126. }
  127. ._yq
  128. {
  129. transform: rotate(180deg);
  130. }
  131. #_lx2 img,
  132. #_lx2 svg
  133. {
  134. width: 48px !important;
  135. height: 48px !important;
  136. }
  137. #_c57 img,
  138. #_c57 svg
  139. {
  140. width: 40px !important;
  141. height: 40px !important;
  142. }
  143. .clsDlgExplTitle
  144. {
  145. font-size: var(--BODY-S);
  146. font-weight: bold;
  147. }
  148. .clsDlgExpl
  149. {
  150. white-space: normal !important;
  151. margin: auto;
  152. }