_misc.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .margin-top-1 {
  2. margin-top: 2.5rem;
  3. }
  4. .remove-margin {
  5. margin: 0;
  6. }
  7. .main-search-form {
  8. .input-group-addon {
  9. background: #fff;
  10. border-color: $input-border-color;
  11. }
  12. .form-control {
  13. //border-color: #fff;
  14. }
  15. }
  16. .bg-gray {
  17. background-color: $gray-100;
  18. }
  19. .bg-inverse {
  20. background: #2a2730 !important;
  21. }
  22. .img-max-h100 {
  23. max-height: 100px;
  24. }
  25. .textarea-lg {
  26. min-height: 200px;
  27. }
  28. .btn {
  29. margin-right: 5px;
  30. }
  31. .node-teaser {
  32. margin-bottom: 3rem;
  33. }
  34. .element-invisible {
  35. position: absolute !important;
  36. clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  37. clip: rect(1px, 1px, 1px, 1px);
  38. overflow: hidden;
  39. height: 1px;
  40. }
  41. .links.inline {
  42. margin-left: 0;
  43. padding-left: 0;
  44. > li {
  45. display: inline-block;
  46. margin-right: $spacer;
  47. }
  48. }
  49. textarea.form-control {
  50. min-height: 150px;
  51. }
  52. fieldset {
  53. border: 1px groove $card-border-color !important;
  54. padding: 0 $spacer $spacer $spacer !important;
  55. margin: 0 0 $spacer 0 !important;
  56. box-shadow: none;
  57. }
  58. legend {
  59. width: inherit;
  60. font-size: 1.2em !important;
  61. font-weight: bold !important;
  62. text-align: left !important;
  63. padding: $spacer;
  64. margin-bottom: 0;
  65. }
  66. .fieldset-wrapper {
  67. padding: 10px 15px;
  68. }
  69. .form-file {
  70. + .btn {
  71. margin-top: 10px;
  72. }
  73. }
  74. #edit-cancel {
  75. @extend .btn;
  76. @extend .btn-link;
  77. }
  78. .tripal-contents-table-td.tripal-contents-table-td-toc {
  79. border-right: 1px solid $table-border-color !important;
  80. border-top: 0 !important;
  81. }
  82. #page-title {
  83. font-size: 1.6rem;
  84. }
  85. #edit-submit-d7-organism {
  86. margin-top: 32px;
  87. }
  88. .collapse.in {
  89. display: block;
  90. }
  91. .card {
  92. @extend .mb-3;
  93. }
  94. .font-normal {
  95. font-weight: normal;
  96. }
  97. .marker {
  98. @extend .badge;
  99. @extend .badge-success;
  100. }
  101. #autocomplete {
  102. position: absolute;
  103. background: #fff;
  104. border: 1px solid $gray-200;
  105. border-radius: $border-radius;
  106. ul, ol {
  107. padding: 10px 0;
  108. margin: 0;
  109. list-style: none;
  110. max-height: 300px;
  111. overflow: auto;
  112. > li {
  113. padding: 10px 10px;
  114. margin: 0 10px 5px 10px;
  115. cursor: pointer;
  116. border-radius: $border-radius;
  117. background-color: $gray-200;
  118. color: #666;
  119. &:hover {
  120. background: theme-color(primary);
  121. color: #fff;
  122. }
  123. }
  124. }
  125. }
  126. pre {
  127. background-color: #f4f4f4;
  128. padding: 1rem;
  129. border-radius: $border-radius;
  130. }
  131. .form-type-select,
  132. .form-select {
  133. label {
  134. display: block;
  135. margin-bottom: 0.5rem;
  136. }
  137. }
  138. .progress-disabled {
  139. float: left;
  140. display: inline;
  141. }
  142. .ajax-progress {
  143. float: none;
  144. display: inline-block !important;
  145. }
  146. .ajax-progress .throbber {
  147. float: left;
  148. height: 15px;
  149. margin: 2px;
  150. width: 15px;
  151. display: inline-block !important;
  152. }
  153. tr .ajax-progress .throbber {
  154. margin: 0 2px;
  155. }
  156. .ajax-progress-bar {
  157. width: 16em;
  158. }
  159. .genomic-data-container {
  160. .card {
  161. flex-grow: 1;
  162. width: calc(100% * (1 / 4) - 10px);
  163. margin: 10px;
  164. &:first-of-type {
  165. margin-left: 0;
  166. }
  167. &:last-of-type {
  168. margin-right: 0;
  169. }
  170. p {
  171. color: $gray-600;
  172. }
  173. .card-title {
  174. font-size: 1rem;
  175. font-weight: $font-weight-bold;
  176. }
  177. }
  178. @include media-breakpoint-down(md) {
  179. flex-wrap: wrap !important;
  180. .card {
  181. width: auto !important;
  182. margin: 0;
  183. }
  184. }
  185. }
  186. #expression_heat_map_canvas {
  187. .js-plotly-plot .plotly {
  188. [data-title] {
  189. /**
  190. * tooltip body
  191. */
  192. &:after {
  193. background: $gray-200!important;
  194. color: $gray-700;
  195. padding: 0.5rem 1rem;
  196. font-size: $font-size-base;
  197. line-height: $line-height-base;
  198. white-space: normal;
  199. border-radius: $border-radius;
  200. }
  201. }
  202. }
  203. }