index.module.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .stepHeader {
  2. position: sticky;
  3. top: 0;
  4. left: 0;
  5. padding: 42px 64px 12px;
  6. font-weight: 600;
  7. font-size: 18px;
  8. line-height: 28px;
  9. color: #101828;
  10. }
  11. .form {
  12. position: relative;
  13. padding: 12px 64px;
  14. background-color: #fff;
  15. }
  16. .dataSourceItem {
  17. @apply box-border relative shrink-0 flex items-center mr-3 p-3 h-14 bg-white rounded-xl cursor-pointer;
  18. border: 0.5px solid #EAECF0;
  19. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  20. font-weight: 500;
  21. font-size: 14px;
  22. line-height: 20px;
  23. color: #101828;
  24. }
  25. .dataSourceItem:hover {
  26. background-color: #f5f8ff;
  27. border: 0.5px solid #B2CCFF;
  28. box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  29. }
  30. .dataSourceItem.active {
  31. background-color: #f5f8ff;
  32. border: 1.5px solid #528BFF;
  33. box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  34. }
  35. .dataSourceItem.disabled {
  36. background-color: #f9fafb;
  37. border: 0.5px solid #EAECF0;
  38. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  39. cursor: default;
  40. }
  41. .dataSourceItem.disabled:hover {
  42. background-color: #f9fafb;
  43. border: 0.5px solid #EAECF0;
  44. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  45. }
  46. .comingTag {
  47. @apply flex justify-center items-center bg-white;
  48. position: absolute;
  49. right: 8px;
  50. top: -10px;
  51. padding: 1px 6px;
  52. height: 20px;
  53. border: 1px solid #E0EAFF;
  54. border-radius: 6px;
  55. font-weight: 500;
  56. font-size: 12px;
  57. line-height: 18px;
  58. color: #444CE7;
  59. }
  60. .datasetIcon {
  61. @apply flex mr-2 w-8 h-8 rounded-lg bg-center bg-no-repeat;
  62. background-color: #F5FAFF;
  63. background-image: url(../assets/file.svg);
  64. background-size: 16px;
  65. border: 0.5px solid #D1E9FF;
  66. }
  67. .dataSourceItem:active .datasetIcon,
  68. .dataSourceItem:hover .datasetIcon {
  69. background-color: #F5F8FF;
  70. border: 0.5px solid #E0EAFF;
  71. }
  72. .datasetIcon.notion {
  73. background-image: url(../assets/notion.svg);
  74. background-size: 20px;
  75. }
  76. .datasetIcon.web {
  77. background-image: url(../assets/web.svg);
  78. }
  79. .submitButton {
  80. width: 120px;
  81. }
  82. .dividerLine {
  83. margin: 32px 0;
  84. max-width: 640px;
  85. height: 1px;
  86. background-color: #eaecf0;
  87. }
  88. .OtherCreationOption {
  89. @apply flex items-center cursor-pointer;
  90. font-weight: 500;
  91. font-size: 13px;
  92. line-height: 18px;
  93. color: #155EEF;
  94. }
  95. .OtherCreationOption::before {
  96. content: '';
  97. display: block;
  98. margin-right: 4px;
  99. width: 16px;
  100. height: 16px;
  101. background: center no-repeat url(../assets/folder-plus.svg);
  102. background-size: contain;
  103. }
  104. .notionConnectionTip {
  105. display: flex;
  106. flex-direction: column;
  107. align-items: flex-start;
  108. padding: 24px;
  109. max-width: 640px;
  110. background: #F9FAFB;
  111. border-radius: 16px;
  112. }
  113. .notionIcon {
  114. display: flex;
  115. padding: 12px;
  116. width: 48px;
  117. height: 48px;
  118. background: #fff center no-repeat url(../assets/notion.svg);
  119. background-size: 24px;
  120. border: 0.5px solid #EAECF5;
  121. box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  122. border-radius: 12px;
  123. }
  124. .notionConnectionTip .title {
  125. position: relative;
  126. margin: 24px 0 4px;
  127. font-style: normal;
  128. font-weight: 600;
  129. font-size: 16px;
  130. line-height: 24px;
  131. color: #374151;
  132. }
  133. .notionConnectionTip .title::after {
  134. content: '';
  135. position: absolute;
  136. top: -6px;
  137. right: -12px;
  138. width: 16px;
  139. height: 16px;
  140. background: center no-repeat url(../assets/Icon-3-dots.svg);
  141. background-size: contain;
  142. }
  143. .notionConnectionTip .tip {
  144. margin-bottom: 20px;
  145. font-style: normal;
  146. font-weight: 400;
  147. font-size: 13px;
  148. line-height: 18px;
  149. color: #6B7280;
  150. }