Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_selectionProcessPage.scss 8.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. .selections {
  2. margin-top: 36px;
  3. padding-left: 72px;
  4. @include media-below($bp-xl) {
  5. padding-left: 36px !important;
  6. }
  7. }
  8. .level-header {
  9. padding-left: 81px;
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center;
  13. @include media-below($bp-xl) {
  14. padding: 0 0.75rem !important;
  15. }
  16. }
  17. .selection-levels {
  18. overflow-x: scroll;
  19. padding-bottom: 100px;
  20. }
  21. .fixed-right{
  22. text-align: right;
  23. margin-left: auto;
  24. position: absolute;
  25. right: 100px;
  26. top:123px;
  27. }
  28. .level-header-subheader {
  29. font-family: 'Source Sans Pro';
  30. font-style: normal;
  31. font-weight: 600;
  32. font-size: 24px;
  33. line-height: 36px;
  34. padding-left: 0.3rem;
  35. color: #226CB0;
  36. letter-spacing: 0.02em;
  37. @include media-below($bp-xl) {
  38. font-size: 14px;
  39. }
  40. }
  41. h1,
  42. h3 {
  43. @include media-below($bp-xl) {
  44. font-size: 18px;
  45. }
  46. }
  47. .level-header-spliter {
  48. font-family: 'Source Sans Pro';
  49. font-style: normal;
  50. font-weight: 600;
  51. font-size: 24px;
  52. line-height: 36px;
  53. padding-left: 0.3rem;
  54. color: #272727;
  55. letter-spacing: 0.02em;
  56. @include media-below($bp-xl) {
  57. font-size: 18px;
  58. }
  59. }
  60. .selection-levels-processes {
  61. display: flex;
  62. margin-top: 39px;
  63. position: relative;
  64. }
  65. .selection-levels-processes-process {
  66. padding-left: 81px;
  67. display: flex;
  68. @include media-below($bp-xl) {
  69. padding-left: 0;
  70. }
  71. }
  72. .selection-card {
  73. display: flex;
  74. flex-direction: column;
  75. justify-content: start;
  76. align-items: left;
  77. height: fit-content;
  78. padding: 36px;
  79. background: #F4F4F4;
  80. border: 1px solid #e4e4e4;
  81. border-radius: 18px;
  82. gap: 18px;
  83. margin-right: 36px;
  84. @include media-below($bp-xl) {
  85. margin-right: 20px !important;
  86. padding: 18px !important;
  87. }
  88. }
  89. .sel-item:hover {
  90. scale: 1.05;
  91. border-color: $mainBlue !important;
  92. background-color: $mainBlueLight !important;
  93. }
  94. .bg-danger {
  95. background-color: #272727;
  96. }
  97. .grey {
  98. color: #e4e4e4
  99. }
  100. .selection-item {
  101. display: flex;
  102. flex-direction: row;
  103. justify-content: left;
  104. vertical-align: top;
  105. align-items: left;
  106. width: 400px;
  107. padding: 18px 36px;
  108. background: #FFFFFF;
  109. border: 1px solid #e4e4e4;
  110. border-radius: 18px;
  111. gap: 18px;
  112. margin-right: 36px;
  113. }
  114. .selection-item-date p {
  115. text-align: right;
  116. font-family: "Source Sans Pro";
  117. font-style: normal;
  118. font-weight: 400;
  119. font-size: 16px;
  120. line-height: 15px;
  121. color: #272727;
  122. flex: none;
  123. order: 4;
  124. flex-grow: 0;
  125. }
  126. .selection-card-title h3 {
  127. font-family: "Source Sans Pro";
  128. font-style: normal;
  129. font-weight: 600;
  130. font-size: 32px;
  131. line-height: 32px;
  132. letter-spacing: 0.02em;
  133. color: #272727;
  134. flex: none;
  135. order: 0;
  136. flex-grow: 0;
  137. @include media-below($bp-xl) {
  138. font-size: 18px;
  139. }
  140. }
  141. .selection-item-name,
  142. .selection-item-date {
  143. margin: auto 0 !important;
  144. }
  145. .selection-item-name p {
  146. height: 20px;
  147. font-family: 'Source Sans Pro';
  148. font-style: normal;
  149. font-weight: 600;
  150. font-size: 16px;
  151. line-height: 20px;
  152. text-align: right;
  153. color: #226CB0;
  154. flex: none;
  155. order: 2;
  156. flex-grow: 0;
  157. }
  158. .selection-item-buttons button {
  159. box-sizing: border-box;
  160. display: flex;
  161. flex-direction: row;
  162. justify-content: center;
  163. font-size: 16px;
  164. align-items: center;
  165. padding: 9px;
  166. gap: 10px;
  167. min-width: 76px;
  168. height: 38px;
  169. border: 1px solid #e4e4e4;
  170. border-radius: 9px;
  171. flex: none;
  172. order: 0;
  173. flex-grow: 0;
  174. }
  175. .sel-item {
  176. display: flex;
  177. flex-direction: row;
  178. align-items: center;
  179. padding: 18px 36px;
  180. gap: 18px;
  181. cursor: pointer;
  182. width: 458px;
  183. background: #FFFFFF;
  184. border: 1px solid #E4E4E4;
  185. border-radius: 18px;
  186. transition: 0.3s;
  187. @include media-below($bp-xl) {
  188. justify-content: space-between;
  189. padding: 18px;
  190. width: 303px;
  191. }
  192. }
  193. .sel-item-no-data {
  194. display: flex;
  195. flex-direction: row;
  196. align-items: center;
  197. padding: 18px 36px;
  198. gap: 18px;
  199. width: 458px;
  200. background: #FFFFFF;
  201. border: 1px solid #E4E4E4;
  202. border-radius: 18px;
  203. transition: 0.3s;
  204. @include media-below($bp-xl) {
  205. justify-content: space-between;
  206. padding: 18px;
  207. width: 303px;
  208. }
  209. }
  210. .sel-item .status {
  211. font-family: 'Source Sans Pro';
  212. font-style: normal;
  213. font-weight: 400;
  214. font-size: 16px;
  215. line-height: 20px;
  216. color: #272727;
  217. flex: none;
  218. order: 0;
  219. flex-grow: 0;
  220. @include media-below($bp-xl) {
  221. font-size: 14px;
  222. order:1;
  223. }
  224. }
  225. .sel-item .date-name{
  226. display: flex;
  227. flex-direction: row;
  228. align-items: flex-start;
  229. gap: 18px;
  230. cursor: pointer;
  231. width: 100%;
  232. order: 1;
  233. @include media-below($bp-xl) {
  234. flex-direction: column;
  235. font-size: 14px;
  236. order: 0;
  237. flex-grow: 0;
  238. gap:4px;
  239. }
  240. }
  241. .sel-item .date-name .date {
  242. font-family: 'Source Sans Pro';
  243. font-style: normal;
  244. font-weight: 400;
  245. font-size: 16px;
  246. color: #272727;
  247. flex: none;
  248. font-size: 14px !important;
  249. order: 0;
  250. }
  251. .full-name {
  252. height: 20px;
  253. font-family: 'Source Sans Pro';
  254. font-style: normal;
  255. font-weight: 600;
  256. font-size: 16px;
  257. text-align: right;
  258. color: #226CB0;
  259. flex: 3 0 auto;
  260. order: 1;
  261. @include media-below($bp-xl) {
  262. text-align: left !important;
  263. font-size: 14px !important;
  264. }
  265. }
  266. .full-name p,.sel-item .date-name .date p{
  267. @include media-below($bp-xl) {
  268. font-size: 14px !important;
  269. }
  270. }
  271. .sel-item .status button {
  272. box-sizing: border-box;
  273. display: flex;
  274. flex-direction: row;
  275. justify-content: center;
  276. font-size: 16px;
  277. align-items: center;
  278. padding: 9px;
  279. gap: 10px;
  280. min-width: 76px;
  281. height: 38px;
  282. border: 1px solid #e4e4e4;
  283. background: white;
  284. border-radius: 9px;
  285. flex: none;
  286. order: 0;
  287. flex-grow: 0;
  288. @include media-below($bp-xl) {
  289. font-size: 14px !important;
  290. }
  291. }
  292. .active-process {
  293. scale: 1.05;
  294. border-color: $mainBlue !important;
  295. background-color: $mainBlueLight !important;
  296. }
  297. .active-process-card {
  298. display: flex;
  299. flex-direction: column;
  300. justify-content: start;
  301. align-items: flex-start;
  302. padding: 18px;
  303. background: #ffffff;
  304. border: 1px solid #e4e4e4;
  305. border-radius: 18px;
  306. gap: 18px;
  307. margin-right: 36px;
  308. @include media-below($bp-xl) {
  309. margin-right: 20px !important;
  310. padding: 36px !important;
  311. }
  312. }
  313. .active-process-tip {
  314. display: flex;
  315. flex-direction: column;
  316. justify-content: start;
  317. align-items: flex-start;
  318. padding: 91.5px;
  319. width: 800px;
  320. background: #ffffff;
  321. gap: 18px;
  322. margin-right: 36px;
  323. @include media-below($bp-xl) {
  324. margin-right: 20px !important;
  325. padding: 36px !important;
  326. width: 100%;
  327. }
  328. }
  329. .active-process-tip h3 {
  330. font-family: 'Source Sans Pro';
  331. font-style: normal;
  332. font-weight: 600;
  333. font-size: 16px;
  334. color: #272727;
  335. ;
  336. }
  337. .active-process-tip p {
  338. font-family: 'Source Sans Pro';
  339. font-style: normal;
  340. font-weight: 400;
  341. font-size: 16px;
  342. color: #272727;
  343. }
  344. .active-process-card-header {
  345. display: flex;
  346. flex-direction: row;
  347. justify-content: space-between;
  348. width: 100%;
  349. align-items: center;
  350. padding: 0px;
  351. gap: 18px;
  352. flex-wrap: wrap;
  353. }
  354. .active-process-card-body {
  355. display: flex;
  356. flex-direction: column;
  357. justify-content: center;
  358. width: 100%;
  359. align-items: center;
  360. padding: 34px;
  361. gap: 18px;
  362. @include media-below($bp-xl) {
  363. margin-right: 20px !important;
  364. padding: 36px !important;
  365. }
  366. }
  367. .active-process-card-date p {
  368. font-family: 'Source Sans Pro';
  369. font-style: normal;
  370. font-weight: 400;
  371. font-size: 16px;
  372. line-height: 20px;
  373. color: #272727;
  374. flex: none;
  375. order: 0;
  376. flex-grow: 0;
  377. z-index: 0;
  378. }
  379. .active-process-card-number p {
  380. font-family: 'Source Sans Pro';
  381. font-style: normal;
  382. font-weight: 600;
  383. font-size: 16px;
  384. line-height: 20px;
  385. text-align: left;
  386. background: conic-gradient(from 73.66deg at 50% 50%, #226CB0 0deg, #BA6FB9 106.88deg, #5E9FDB 228.75deg, #226CB0 360deg);
  387. -webkit-background-clip: text;
  388. -webkit-text-fill-color: transparent;
  389. background-clip: text;
  390. text-fill-color: transparent;
  391. flex: none;
  392. order: 6;
  393. flex-grow: 0;
  394. z-index: 6;
  395. }
  396. .active-process-card-buttons {
  397. overflow: hidden;
  398. display: flex;
  399. flex-direction: row;
  400. align-items: flex-start;
  401. justify-content: center;
  402. padding: 0px;
  403. gap: 18px;
  404. flex: none;
  405. order: 4;
  406. flex-grow: 0;
  407. @include media-below($bp-xl) {
  408. gap: 9px !important;
  409. }
  410. }
  411. .active-process-card-buttons button {
  412. box-sizing: border-box;
  413. display: flex;
  414. flex-direction: row;
  415. justify-content: center;
  416. align-items: center;
  417. padding: 9px;
  418. gap: 10px;
  419. height: 38px;
  420. background: transparent;
  421. border: 1px solid #e4e4e4;
  422. border-radius: 9px;
  423. flex: none;
  424. order: 0;
  425. flex-grow: 0;
  426. }
  427. .active-process-card-link {
  428. font-family: 'Source Sans Pro';
  429. font-style: normal;
  430. font-weight: 400;
  431. font-size: 12px;
  432. text-decoration-line: underline;
  433. color: #226CB0;
  434. flex: none;
  435. order: 4;
  436. flex-grow: 0;
  437. z-index: 4;
  438. }
  439. .active-process-card-logo img {
  440. flex: none;
  441. order: 0;
  442. flex-grow: 0;
  443. }
  444. .active-process-card-logo {
  445. margin-left: auto;
  446. flex: none;
  447. order: 1;
  448. flex-grow: 0;
  449. }