layout.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. //text
  2. .del{
  3. text-decoration-line: line-through;
  4. }
  5. //
  6. .menu-third{
  7. a.nav-link.active{
  8. //background-color: transparent;
  9. //color:#3490dc;
  10. //border: 1px solid #3490dc;
  11. }
  12. }
  13. .custom-rich-text-content{
  14. img{
  15. width: 100%;
  16. height: auto;
  17. }
  18. }
  19. .nav2{
  20. margin-top:0;
  21. }
  22. .nav3{
  23. .card{
  24. background: #f9f0f0;
  25. }
  26. }
  27. .nav4{
  28. transform: scaleX(0.98);
  29. .card{
  30. background: #eac3aa;
  31. }
  32. }
  33. table,table.table-striped tbody{
  34. th {
  35. padding-bottom: 0;
  36. &.table-header-layer-1{
  37. font-weight: normal;
  38. background: none;
  39. text-align: center;
  40. }
  41. &.table-header-layer-1:nth-child(2){
  42. background: #eac3aa;
  43. }
  44. &.table-header-layer-1:nth-child(3){
  45. background: #aac7ea;
  46. }
  47. &.table-header-layer-1:nth-child(4){
  48. background: #aaeace;
  49. }
  50. }
  51. th{
  52. &.td-warm{
  53. background: #af7651 !important;
  54. }
  55. &.td-cool{
  56. background: #aac7ea !important;
  57. }
  58. &.td-helpful{
  59. background: #aaeace !important;
  60. }
  61. &.td-yellow{
  62. background: #f8eea0 !important;
  63. }
  64. &.td-calm{
  65. background: #c6d8e3 !important;
  66. }
  67. }
  68. td,tr:nth-of-type(odd){
  69. &.td-warm{
  70. background: rgb(246, 238, 232);
  71. }
  72. &.td-cool{
  73. background: #e8eef6;
  74. }
  75. &.td-helpful{
  76. background: #e7f5ee;
  77. }
  78. &.td-yellow{
  79. background: #fcfaec;
  80. }
  81. &.td-calm{
  82. background: #ddeffa;
  83. }
  84. }
  85. tr:nth-child(even) td, tr:nth-child(even){
  86. &.td-warm{
  87. background: rgb(248, 244, 241);
  88. }
  89. &.td-cool{
  90. background: #edf0f5;
  91. }
  92. &.td-helpful{
  93. background: #ecf3ef;
  94. }
  95. &.td-yellow{
  96. background: #f8f5e4;
  97. }
  98. }
  99. tr:hover td, tr:hover {
  100. &.td-warm{
  101. background: rgb(246, 233, 220);
  102. }
  103. &.td-cool{
  104. background: #d3e0f1;
  105. }
  106. &.td-helpful{
  107. background: #d7f3e5;
  108. }
  109. &.td-yellow{
  110. background: #fdf3db;
  111. }
  112. }
  113. .table-striped>tr.focusing,tr.focusing>td{
  114. background: #d5aba1;
  115. &.td-warm{
  116. background: rgb(231, 174, 128);
  117. }
  118. &.td-cool{
  119. background: #5f8fcd;
  120. }
  121. &.td-helpful{
  122. background: #69cb9c;
  123. }
  124. &.td-yellow{
  125. background: #d9c290;
  126. }
  127. }
  128. }
  129. .row-even{
  130. background-color: rgba(0, 0, 0, .05)
  131. }
  132. .btn-circle {
  133. width: 45px;
  134. height: 45px;
  135. text-align: center;
  136. align-content: center;
  137. padding: 1px 0;
  138. font-size: 12px;
  139. line-height: 1.428571429;
  140. border-radius: 22.5px;
  141. :hover{
  142. color: #fffff8;
  143. text-decoration: none;
  144. }
  145. }