Guest User

Untitled

a guest
Jul 23rd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.56 KB | None | 0 0
  1. $mat-autocomplete-panel-max-height: 256px !default;
  2. $mat-badge-font-size: 12px;
  3. $mat-badge-font-weight: 600;
  4. $mat-badge-default-size: 22px !default;
  5. $mat-badge-small-size: $mat-badge-default-size - 6;
  6. $mat-badge-large-size: $mat-badge-default-size + 6;
  7. $_mat-bottom-sheet-width-increment: 64px;
  8. $mat-bottom-sheet-container-vertical-padding: 8px !default;
  9. $mat-bottom-sheet-container-horizontal-padding: 16px !default;
  10. $mat-button-toggle-padding: 0 16px !default;
  11. $mat-button-toggle-height: 36px !default;
  12. $mat-button-toggle-border-radius: 2px !default;
  13. $mat-button-padding: 0 16px !default;
  14. $mat-button-min-width: 88px !default;
  15. $mat-button-margin: 0 !default;
  16. $mat-button-line-height: 36px !default;
  17. $mat-button-border-radius: 2px !default;
  18. $mat-button-focus-transition: opacity 200ms $swift-ease-in-out-timing-function,
  19. background-color 200ms $swift-ease-in-out-timing-function !default;
  20. $mat-stroked-button-line-height: $mat-button-line-height - 2;
  21. $mat-stroked-button-padding: 0 15px;
  22. $mat-icon-button-size: 40px !default;
  23. $mat-icon-button-border-radius: 50% !default;
  24. $mat-icon-button-line-height: 24px !default;
  25. $mat-fab-border-radius: 50% !default;
  26. $mat-fab-size: 56px !default;
  27. $mat-fab-padding: 16px !default;
  28. $mat-mini-fab-size: 40px !default;
  29. $mat-mini-fab-padding: 8px !default;
  30. $mat-card-default-padding: 24px !default;
  31. $mat-card-mobile-padding: 24px 16px !default;
  32. $mat-card-border-radius: 2px !default;
  33. $mat-card-header-size: 40px !default;
  34. $_mat-checkbox-mark-path-length: 22.910259;
  35. $_mat-checkbox-indeterminate-checked-easing-function: cubic-bezier(0.14, 0, 0, 1);
  36. $_mat-checkbox-ripple-radius: 25px;
  37. $_mat-checkbox-item-spacing: $mat-toggle-padding;
  38. $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default;
  39. $mat-chip-font-size: 13px;
  40. $mat-chip-line-height: 18px;
  41. $mat-chip-remove-font-size: 18px;
  42. $mat-chip-vertical-padding: 7px;
  43. $mat-chip-horizontal-padding: 12px;
  44. $mat-chip-remove-vertical-padding: 7px;
  45. $mat-chip-remove-before-margin: 7px;
  46. $mat-chip-remove-after-padding: 7px;
  47. $mat-chip-avatar-vertical-padding: 0;
  48. $mat-chip-avatar-before-padding: 0;
  49. $mat-chip-avatar-after-margin: 8px;
  50. $mat-chips-chip-margin: 4px;
  51. $mat-chip-input-width: 150px;
  52. $mat-chip-input-margin: 3px;
  53. $mat-chip-avatar-size: 32px;
  54. $mat-chip-remove-size: 18px;
  55. $mat-ripple-color-opacity: 0.1;
  56. $_mat-pseudo-checkbox-padding: $mat-checkbox-border-width * 2;
  57. $_mat-pseudo-checkmark-size: $mat-checkbox-size - (2 * $_mat-pseudo-checkbox-padding);
  58. $mat-checkbox-size: $mat-toggle-size !default;
  59. $mat-checkbox-border-width: 2px;
  60. $mat-checkbox-transition-duration: 90ms;
  61. $mat-elevation-transition-duration: 280ms !default;
  62. $mat-elevation-transition-timing-function: $mat-fast-out-slow-in-timing-function;
  63. $mat-elevation-color: black !default;
  64. $mat-elevation-opacity: 1 !default;
  65. $_mat-elevation-prefix: 'mat-elevation-z';
  66. $mat-menu-overlay-min-width: 112px !default;
  67. $mat-menu-overlay-max-width: 280px !default;
  68. $mat-menu-item-height: 48px !default;
  69. $mat-menu-side-padding: 16px !default;
  70. $mat-menu-icon-margin: 16px !default;
  71. $mat-xsmall: 'max-width: 599px';
  72. $mat-small: 'max-width: 959px';
  73. $z-index-fab: 20 !default;
  74. $z-index-drawer: 100 !default;
  75. $pi: 3.14159265;
  76. $mat-toggle-padding: 8px !default;
  77. $mat-toggle-size: 20px !default;
  78. $mat-linear-out-slow-in-timing-function: cubic-bezier(0, 0, 0.2, 0.1) !default;
  79. $mat-fast-out-slow-in-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !default;
  80. $mat-fast-out-linear-in-timing-function: cubic-bezier(0.4, 0, 1, 1) !default;
  81. $ease-in-out-curve-function: cubic-bezier(0.35, 0, 0.25, 1) !default;
  82. $swift-ease-out-duration: 400ms !default;
  83. $swift-ease-out-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
  84. $swift-ease-out: all $swift-ease-out-duration $swift-ease-out-timing-function !default;
  85. $swift-ease-in-duration: 300ms !default;
  86. $swift-ease-in-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2) !default;
  87. $swift-ease-in: all $swift-ease-in-duration $swift-ease-in-timing-function !default;
  88. $swift-ease-in-out-duration: 500ms !default;
  89. $swift-ease-in-out-timing-function: $ease-in-out-curve-function !default;
  90. $swift-ease-in-out: all $swift-ease-in-out-duration $swift-ease-in-out-timing-function !default;
  91. $swift-linear-duration: 80ms !default;
  92. $swift-linear-timing-function: linear !default;
  93. $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default;
  94. $black-87-opacity: rgba(black, 0.87);
  95. $white-87-opacity: rgba(white, 0.87);
  96. $black-12-opacity: rgba(black, 0.12);
  97. $white-12-opacity: rgba(white, 0.12);
  98. $black-6-opacity: rgba(black, 0.06);
  99. $white-6-opacity: rgba(white, 0.06);
  100. $dark-primary-text: rgba(black, 0.87);
  101. $dark-secondary-text: rgba(black, 0.54);
  102. $dark-disabled-text: rgba(black, 0.38);
  103. $dark-dividers: rgba(black, 0.12);
  104. $dark-focused: rgba(black, 0.12);
  105. $light-primary-text: white;
  106. $light-secondary-text: rgba(white, 0.7);
  107. $light-disabled-text: rgba(white, 0.5);
  108. $light-dividers: rgba(white, 0.12);
  109. $light-focused: rgba(white, 0.12);
  110. $mat-red: (
  111. 50: #ffebee,
  112. 100: #ffcdd2,
  113. 200: #ef9a9a,
  114. 300: #e57373,
  115. 400: #ef5350,
  116. 500: #f44336,
  117. 600: #e53935,
  118. 700: #d32f2f,
  119. 800: #c62828,
  120. 900: #b71c1c,
  121. A100: #ff8a80,
  122. A200: #ff5252,
  123. A400: #ff1744,
  124. A700: #d50000,
  125. contrast: (
  126. 50: $dark-primary-text,
  127. 100: $dark-primary-text,
  128. 200: $dark-primary-text,
  129. 300: $dark-primary-text,
  130. 400: $dark-primary-text,
  131. 500: $light-primary-text,
  132. 600: $light-primary-text,
  133. 700: $light-primary-text,
  134. 800: $light-primary-text,
  135. 900: $light-primary-text,
  136. A100: $dark-primary-text,
  137. A200: $light-primary-text,
  138. A400: $light-primary-text,
  139. A700: $light-primary-text,
  140. )
  141. );
  142. $mat-pink: (
  143. 50: #fce4ec,
  144. 100: #f8bbd0,
  145. 200: #f48fb1,
  146. 300: #f06292,
  147. 400: #ec407a,
  148. 500: #e91e63,
  149. 600: #d81b60,
  150. 700: #c2185b,
  151. 800: #ad1457,
  152. 900: #880e4f,
  153. A100: #ff80ab,
  154. A200: #ff4081,
  155. A400: #f50057,
  156. A700: #c51162,
  157. contrast: (
  158. 50: $dark-primary-text,
  159. 100: $dark-primary-text,
  160. 200: $dark-primary-text,
  161. 300: $dark-primary-text,
  162. 400: $dark-primary-text,
  163. 500: $light-primary-text,
  164. 600: $light-primary-text,
  165. 700: $light-primary-text,
  166. 800: $light-primary-text,
  167. 900: $light-primary-text,
  168. A100: $dark-primary-text,
  169. A200: $light-primary-text,
  170. A400: $light-primary-text,
  171. A700: $light-primary-text,
  172. )
  173. );
  174. $mat-purple: (
  175. 50: #f3e5f5,
  176. 100: #e1bee7,
  177. 200: #ce93d8,
  178. 300: #ba68c8,
  179. 400: #ab47bc,
  180. 500: #9c27b0,
  181. 600: #8e24aa,
  182. 700: #7b1fa2,
  183. 800: #6a1b9a,
  184. 900: #4a148c,
  185. A100: #ea80fc,
  186. A200: #e040fb,
  187. A400: #d500f9,
  188. A700: #aa00ff,
  189. contrast: (
  190. 50: $dark-primary-text,
  191. 100: $dark-primary-text,
  192. 200: $dark-primary-text,
  193. 300: $light-primary-text,
  194. 400: $light-primary-text,
  195. 500: $light-primary-text,
  196. 600: $light-primary-text,
  197. 700: $light-primary-text,
  198. 800: $light-primary-text,
  199. 900: $light-primary-text,
  200. A100: $dark-primary-text,
  201. A200: $light-primary-text,
  202. A400: $light-primary-text,
  203. A700: $light-primary-text,
  204. )
  205. );
  206. $mat-deep-purple: (
  207. 50: #ede7f6,
  208. 100: #d1c4e9,
  209. 200: #b39ddb,
  210. 300: #9575cd,
  211. 400: #7e57c2,
  212. 500: #673ab7,
  213. 600: #5e35b1,
  214. 700: #512da8,
  215. 800: #4527a0,
  216. 900: #311b92,
  217. A100: #b388ff,
  218. A200: #7c4dff,
  219. A400: #651fff,
  220. A700: #6200ea,
  221. contrast: (
  222. 50: $dark-primary-text,
  223. 100: $dark-primary-text,
  224. 200: $dark-primary-text,
  225. 300: $light-primary-text,
  226. 400: $light-primary-text,
  227. 500: $light-primary-text,
  228. 600: $light-primary-text,
  229. 700: $light-primary-text,
  230. 800: $light-primary-text,
  231. 900: $light-primary-text,
  232. A100: $dark-primary-text,
  233. A200: $light-primary-text,
  234. A400: $light-primary-text,
  235. A700: $light-primary-text,
  236. )
  237. );
  238. $mat-indigo: (
  239. 50: #e8eaf6,
  240. 100: #c5cae9,
  241. 200: #9fa8da,
  242. 300: #7986cb,
  243. 400: #5c6bc0,
  244. 500: #3f51b5,
  245. 600: #3949ab,
  246. 700: #303f9f,
  247. 800: #283593,
  248. 900: #1a237e,
  249. A100: #8c9eff,
  250. A200: #536dfe,
  251. A400: #3d5afe,
  252. A700: #304ffe,
  253. contrast: (
  254. 50: $dark-primary-text,
  255. 100: $dark-primary-text,
  256. 200: $dark-primary-text,
  257. 300: $light-primary-text,
  258. 400: $light-primary-text,
  259. 500: $light-primary-text,
  260. 600: $light-primary-text,
  261. 700: $light-primary-text,
  262. 800: $light-primary-text,
  263. 900: $light-primary-text,
  264. A100: $dark-primary-text,
  265. A200: $light-primary-text,
  266. A400: $light-primary-text,
  267. A700: $light-primary-text,
  268. )
  269. );
  270. $mat-blue: (
  271. 50: #e3f2fd,
  272. 100: #bbdefb,
  273. 200: #90caf9,
  274. 300: #64b5f6,
  275. 400: #42a5f5,
  276. 500: #2196f3,
  277. 600: #1e88e5,
  278. 700: #1976d2,
  279. 800: #1565c0,
  280. 900: #0d47a1,
  281. A100: #82b1ff,
  282. A200: #448aff,
  283. A400: #2979ff,
  284. A700: #2962ff,
  285. contrast: (
  286. 50: $dark-primary-text,
  287. 100: $dark-primary-text,
  288. 200: $dark-primary-text,
  289. 300: $dark-primary-text,
  290. 400: $dark-primary-text,
  291. 500: $light-primary-text,
  292. 600: $light-primary-text,
  293. 700: $light-primary-text,
  294. 800: $light-primary-text,
  295. 900: $light-primary-text,
  296. A100: $dark-primary-text,
  297. A200: $light-primary-text,
  298. A400: $light-primary-text,
  299. A700: $light-primary-text,
  300. )
  301. );
  302. $mat-light-blue: (
  303. 50: #e1f5fe,
  304. 100: #b3e5fc,
  305. 200: #81d4fa,
  306. 300: #4fc3f7,
  307. 400: #29b6f6,
  308. 500: #03a9f4,
  309. 600: #039be5,
  310. 700: #0288d1,
  311. 800: #0277bd,
  312. 900: #01579b,
  313. A100: #80d8ff,
  314. A200: #40c4ff,
  315. A400: #00b0ff,
  316. A700: #0091ea,
  317. contrast: (
  318. 50: $dark-primary-text,
  319. 100: $dark-primary-text,
  320. 200: $dark-primary-text,
  321. 300: $dark-primary-text,
  322. 400: $dark-primary-text,
  323. 500: $light-primary-text,
  324. 600: $light-primary-text,
  325. 700: $light-primary-text,
  326. 800: $light-primary-text,
  327. 900: $light-primary-text,
  328. A100: $dark-primary-text,
  329. A200: $dark-primary-text,
  330. A400: $dark-primary-text,
  331. A700: $light-primary-text,
  332. )
  333. );
  334. $mat-cyan: (
  335. 50: #e0f7fa,
  336. 100: #b2ebf2,
  337. 200: #80deea,
  338. 300: #4dd0e1,
  339. 400: #26c6da,
  340. 500: #00bcd4,
  341. 600: #00acc1,
  342. 700: #0097a7,
  343. 800: #00838f,
  344. 900: #006064,
  345. A100: #84ffff,
  346. A200: #18ffff,
  347. A400: #00e5ff,
  348. A700: #00b8d4,
  349. contrast: (
  350. 50: $dark-primary-text,
  351. 100: $dark-primary-text,
  352. 200: $dark-primary-text,
  353. 300: $dark-primary-text,
  354. 400: $dark-primary-text,
  355. 500: $light-primary-text,
  356. 600: $light-primary-text,
  357. 700: $light-primary-text,
  358. 800: $light-primary-text,
  359. 900: $light-primary-text,
  360. A100: $dark-primary-text,
  361. A200: $dark-primary-text,
  362. A400: $dark-primary-text,
  363. A700: $dark-primary-text,
  364. )
  365. );
  366. $mat-teal: (
  367. 50: #e0f2f1,
  368. 100: #b2dfdb,
  369. 200: #80cbc4,
  370. 300: #4db6ac,
  371. 400: #26a69a,
  372. 500: #009688,
  373. 600: #00897b,
  374. 700: #00796b,
  375. 800: #00695c,
  376. 900: #004d40,
  377. A100: #a7ffeb,
  378. A200: #64ffda,
  379. A400: #1de9b6,
  380. A700: #00bfa5,
  381. contrast: (
  382. 50: $dark-primary-text,
  383. 100: $dark-primary-text,
  384. 200: $dark-primary-text,
  385. 300: $dark-primary-text,
  386. 400: $dark-primary-text,
  387. 500: $light-primary-text,
  388. 600: $light-primary-text,
  389. 700: $light-primary-text,
  390. 800: $light-primary-text,
  391. 900: $light-primary-text,
  392. A100: $dark-primary-text,
  393. A200: $dark-primary-text,
  394. A400: $dark-primary-text,
  395. A700: $dark-primary-text,
  396. )
  397. );
  398. $mat-green: (
  399. 50: #e8f5e9,
  400. 100: #c8e6c9,
  401. 200: #a5d6a7,
  402. 300: #81c784,
  403. 400: #66bb6a,
  404. 500: #4caf50,
  405. 600: #43a047,
  406. 700: #388e3c,
  407. 800: #2e7d32,
  408. 900: #1b5e20,
  409. A100: #b9f6ca,
  410. A200: #69f0ae,
  411. A400: #00e676,
  412. A700: #00c853,
  413. contrast: (
  414. 50: $dark-primary-text,
  415. 100: $dark-primary-text,
  416. 200: $dark-primary-text,
  417. 300: $dark-primary-text,
  418. 400: $dark-primary-text,
  419. 500: $dark-primary-text,
  420. 600: $light-primary-text,
  421. 700: $light-primary-text,
  422. 800: $light-primary-text,
  423. 900: $light-primary-text,
  424. A100: $dark-primary-text,
  425. A200: $dark-primary-text,
  426. A400: $dark-primary-text,
  427. A700: $dark-primary-text,
  428. )
  429. );
  430. $mat-light-green: (
  431. 50: #f1f8e9,
  432. 100: #dcedc8,
  433. 200: #c5e1a5,
  434. 300: #aed581,
  435. 400: #9ccc65,
  436. 500: #8bc34a,
  437. 600: #7cb342,
  438. 700: #689f38,
  439. 800: #558b2f,
  440. 900: #33691e,
  441. A100: #ccff90,
  442. A200: #b2ff59,
  443. A400: #76ff03,
  444. A700: #64dd17,
  445. contrast: (
  446. 50: $dark-primary-text,
  447. 100: $dark-primary-text,
  448. 200: $dark-primary-text,
  449. 300: $dark-primary-text,
  450. 400: $dark-primary-text,
  451. 500: $dark-primary-text,
  452. 600: $dark-primary-text,
  453. 700: $light-primary-text,
  454. 800: $light-primary-text,
  455. 900: $light-primary-text,
  456. A100: $dark-primary-text,
  457. A200: $dark-primary-text,
  458. A400: $dark-primary-text,
  459. A700: $dark-primary-text,
  460. )
  461. );
  462. $mat-lime: (
  463. 50: #f9fbe7,
  464. 100: #f0f4c3,
  465. 200: #e6ee9c,
  466. 300: #dce775,
  467. 400: #d4e157,
  468. 500: #cddc39,
  469. 600: #c0ca33,
  470. 700: #afb42b,
  471. 800: #9e9d24,
  472. 900: #827717,
  473. A100: #f4ff81,
  474. A200: #eeff41,
  475. A400: #c6ff00,
  476. A700: #aeea00,
  477. contrast: (
  478. 50: $dark-primary-text,
  479. 100: $dark-primary-text,
  480. 200: $dark-primary-text,
  481. 300: $dark-primary-text,
  482. 400: $dark-primary-text,
  483. 500: $dark-primary-text,
  484. 600: $dark-primary-text,
  485. 700: $dark-primary-text,
  486. 800: $dark-primary-text,
  487. 900: $light-primary-text,
  488. A100: $dark-primary-text,
  489. A200: $dark-primary-text,
  490. A400: $dark-primary-text,
  491. A700: $dark-primary-text,
  492. )
  493. );
  494. $mat-yellow: (
  495. 50: #fffde7,
  496. 100: #fff9c4,
  497. 200: #fff59d,
  498. 300: #fff176,
  499. 400: #ffee58,
  500. 500: #ffeb3b,
  501. 600: #fdd835,
  502. 700: #fbc02d,
  503. 800: #f9a825,
  504. 900: #f57f17,
  505. A100: #ffff8d,
  506. A200: #ffff00,
  507. A400: #ffea00,
  508. A700: #ffd600,
  509. contrast: (
  510. 50: $dark-primary-text,
  511. 100: $dark-primary-text,
  512. 200: $dark-primary-text,
  513. 300: $dark-primary-text,
  514. 400: $dark-primary-text,
  515. 500: $dark-primary-text,
  516. 600: $dark-primary-text,
  517. 700: $dark-primary-text,
  518. 800: $dark-primary-text,
  519. 900: $dark-primary-text,
  520. A100: $dark-primary-text,
  521. A200: $dark-primary-text,
  522. A400: $dark-primary-text,
  523. A700: $dark-primary-text,
  524. )
  525. );
  526. $mat-amber: (
  527. 50: #fff8e1,
  528. 100: #ffecb3,
  529. 200: #ffe082,
  530. 300: #ffd54f,
  531. 400: #ffca28,
  532. 500: #ffc107,
  533. 600: #ffb300,
  534. 700: #ffa000,
  535. 800: #ff8f00,
  536. 900: #ff6f00,
  537. A100: #ffe57f,
  538. A200: #ffd740,
  539. A400: #ffc400,
  540. A700: #ffab00,
  541. contrast: (
  542. 50: $dark-primary-text,
  543. 100: $dark-primary-text,
  544. 200: $dark-primary-text,
  545. 300: $dark-primary-text,
  546. 400: $dark-primary-text,
  547. 500: $dark-primary-text,
  548. 600: $dark-primary-text,
  549. 700: $dark-primary-text,
  550. 800: $dark-primary-text,
  551. 900: $dark-primary-text,
  552. A100: $dark-primary-text,
  553. A200: $dark-primary-text,
  554. A400: $dark-primary-text,
  555. A700: $dark-primary-text,
  556. )
  557. );
  558. $mat-orange: (
  559. 50: #fff3e0,
  560. 100: #ffe0b2,
  561. 200: #ffcc80,
  562. 300: #ffb74d,
  563. 400: #ffa726,
  564. 500: #ff9800,
  565. 600: #fb8c00,
  566. 700: #f57c00,
  567. 800: #ef6c00,
  568. 900: #e65100,
  569. A100: #ffd180,
  570. A200: #ffab40,
  571. A400: #ff9100,
  572. A700: #ff6d00,
  573. contrast: (
  574. 50: $dark-primary-text,
  575. 100: $dark-primary-text,
  576. 200: $dark-primary-text,
  577. 300: $dark-primary-text,
  578. 400: $dark-primary-text,
  579. 500: $dark-primary-text,
  580. 600: $dark-primary-text,
  581. 700: $dark-primary-text,
  582. 800: $light-primary-text,
  583. 900: $light-primary-text,
  584. A100: $dark-primary-text,
  585. A200: $dark-primary-text,
  586. A400: $dark-primary-text,
  587. A700: black,
  588. )
  589. );
  590. $mat-deep-orange: (
  591. 50: #fbe9e7,
  592. 100: #ffccbc,
  593. 200: #ffab91,
  594. 300: #ff8a65,
  595. 400: #ff7043,
  596. 500: #ff5722,
  597. 600: #f4511e,
  598. 700: #e64a19,
  599. 800: #d84315,
  600. 900: #bf360c,
  601. A100: #ff9e80,
  602. A200: #ff6e40,
  603. A400: #ff3d00,
  604. A700: #dd2c00,
  605. contrast: (
  606. 50: $dark-primary-text,
  607. 100: $dark-primary-text,
  608. 200: $dark-primary-text,
  609. 300: $dark-primary-text,
  610. 400: $dark-primary-text,
  611. 500: $light-primary-text,
  612. 600: $light-primary-text,
  613. 700: $light-primary-text,
  614. 800: $light-primary-text,
  615. 900: $light-primary-text,
  616. A100: $dark-primary-text,
  617. A200: $dark-primary-text,
  618. A400: $light-primary-text,
  619. A700: $light-primary-text,
  620. )
  621. );
  622. $mat-brown: (
  623. 50: #efebe9,
  624. 100: #d7ccc8,
  625. 200: #bcaaa4,
  626. 300: #a1887f,
  627. 400: #8d6e63,
  628. 500: #795548,
  629. 600: #6d4c41,
  630. 700: #5d4037,
  631. 800: #4e342e,
  632. 900: #3e2723,
  633. A100: #d7ccc8,
  634. A200: #bcaaa4,
  635. A400: #8d6e63,
  636. A700: #5d4037,
  637. contrast: (
  638. 50: $dark-primary-text,
  639. 100: $dark-primary-text,
  640. 200: $dark-primary-text,
  641. 300: $light-primary-text,
  642. 400: $light-primary-text,
  643. 500: $light-primary-text,
  644. 600: $light-primary-text,
  645. 700: $light-primary-text,
  646. 800: $light-primary-text,
  647. 900: $light-primary-text,
  648. A100: $dark-primary-text,
  649. A200: $dark-primary-text,
  650. A400: $light-primary-text,
  651. A700: $light-primary-text,
  652. )
  653. );
  654. $mat-grey: (
  655. 50: #fafafa,
  656. 100: #f5f5f5,
  657. 200: #eeeeee,
  658. 300: #e0e0e0,
  659. 400: #bdbdbd,
  660. 500: #9e9e9e,
  661. 600: #757575,
  662. 700: #616161,
  663. 800: #424242,
  664. 900: #212121,
  665. A100: #ffffff,
  666. A200: #eeeeee,
  667. A400: #bdbdbd,
  668. A700: #616161,
  669. contrast: (
  670. 50: $dark-primary-text,
  671. 100: $dark-primary-text,
  672. 200: $dark-primary-text,
  673. 300: $dark-primary-text,
  674. 400: $dark-primary-text,
  675. 500: $dark-primary-text,
  676. 600: $light-primary-text,
  677. 700: $light-primary-text,
  678. 800: $light-primary-text,
  679. 900: $light-primary-text,
  680. A100: $dark-primary-text,
  681. A200: $dark-primary-text,
  682. A400: $dark-primary-text,
  683. A700: $light-primary-text,
  684. )
  685. );
  686. $mat-gray: $mat-grey;
  687. $mat-blue-grey: (
  688. 50: #eceff1,
  689. 100: #cfd8dc,
  690. 200: #b0bec5,
  691. 300: #90a4ae,
  692. 400: #78909c,
  693. 500: #607d8b,
  694. 600: #546e7a,
  695. 700: #455a64,
  696. 800: #37474f,
  697. 900: #263238,
  698. A100: #cfd8dc,
  699. A200: #b0bec5,
  700. A400: #78909c,
  701. A700: #455a64,
  702. contrast: (
  703. 50: $dark-primary-text,
  704. 100: $dark-primary-text,
  705. 200: $dark-primary-text,
  706. 300: $dark-primary-text,
  707. 400: $light-primary-text,
  708. 500: $light-primary-text,
  709. 600: $light-primary-text,
  710. 700: $light-primary-text,
  711. 800: $light-primary-text,
  712. 900: $light-primary-text,
  713. A100: $dark-primary-text,
  714. A200: $dark-primary-text,
  715. A400: $light-primary-text,
  716. A700: $light-primary-text,
  717. )
  718. );
  719. $mat-blue-gray: $mat-blue-grey;
  720. $mat-light-theme-background: (
  721. status-bar: map_get($mat-grey, 300),
  722. app-bar: map_get($mat-grey, 100),
  723. background: map_get($mat-grey, 50),
  724. hover: rgba(black, 0.04), // TODO(kara): check style with Material Design UX
  725. card: white,
  726. dialog: white,
  727. disabled-button: rgba(black, 0.12),
  728. raised-button: white,
  729. focused-button: $dark-focused,
  730. selected-button: map_get($mat-grey, 300),
  731. selected-disabled-button: map_get($mat-grey, 400),
  732. disabled-button-toggle: map_get($mat-grey, 200),
  733. unselected-chip: map_get($mat-grey, 300),
  734. disabled-list-option: map_get($mat-grey, 200),
  735. );
  736. $mat-dark-theme-background: (
  737. status-bar: black,
  738. app-bar: map_get($mat-grey, 900),
  739. background: #303030,
  740. hover: rgba(white, 0.04), // TODO(kara): check style with Material Design UX
  741. card: map_get($mat-grey, 800),
  742. dialog: map_get($mat-grey, 800),
  743. disabled-button: rgba(white, 0.12),
  744. raised-button: map-get($mat-grey, 800),
  745. focused-button: $light-focused,
  746. selected-button: map_get($mat-grey, 900),
  747. selected-disabled-button: map_get($mat-grey, 800),
  748. disabled-button-toggle: black,
  749. unselected-chip: map_get($mat-grey, 700),
  750. disabled-list-option: black,
  751. );
  752. $mat-light-theme-foreground: (
  753. base: black,
  754. divider: $dark-dividers,
  755. dividers: $dark-dividers,
  756. disabled: $dark-disabled-text,
  757. disabled-button: rgba(black, 0.26),
  758. disabled-text: $dark-disabled-text,
  759. hint-text: $dark-disabled-text,
  760. secondary-text: $dark-secondary-text,
  761. icon: rgba(black, 0.54),
  762. icons: rgba(black, 0.54),
  763. text: rgba(black, 0.87),
  764. slider-min: rgba(black, 0.87),
  765. slider-off: rgba(black, 0.26),
  766. slider-off-active: rgba(black, 0.38),
  767. );
  768. $mat-dark-theme-foreground: (
  769. base: white,
  770. divider: $light-dividers,
  771. dividers: $light-dividers,
  772. disabled: $light-disabled-text,
  773. disabled-button: rgba(white, 0.3),
  774. disabled-text: $light-disabled-text,
  775. hint-text: $light-disabled-text,
  776. secondary-text: $light-secondary-text,
  777. icon: white,
  778. icons: white,
  779. text: white,
  780. slider-min: white,
  781. slider-off: rgba(white, 0.3),
  782. slider-off-active: rgba(white, 0.3),
  783. );
  784. $primary: mat-palette($mat-deep-purple);
  785. $accent: mat-palette($mat-amber, A200, A100, A400);
  786. $theme: mat-light-theme($primary, $accent);
  787. $primary: mat-palette($mat-indigo);
  788. $accent: mat-palette($mat-pink, A200, A100, A400);
  789. $theme: mat-light-theme($primary, $accent);
  790. $primary: mat-palette($mat-pink, 700, 500, 900);
  791. $accent: mat-palette($mat-blue-grey, A200, A100, A400);
  792. $theme: mat-dark-theme($primary, $accent);
  793. $primary: mat-palette($mat-purple, 700, 500, 800);
  794. $accent: mat-palette($mat-green, A200, A100, A400);
  795. $theme: mat-dark-theme($primary, $accent);
  796. $mat-datepicker-selected-today-box-shadow-width: 1px;
  797. $mat-datepicker-selected-fade-amount: 0.6;
  798. $mat-datepicker-today-fade-amount: 0.2;
  799. $mat-calendar-body-font-size: 13px !default;
  800. $mat-calendar-weekday-table-font-size: 11px !default;
  801. $mat-calendar-body-label-padding-start: 5% !default;
  802. $mat-calendar-body-label-side-padding: 33% / 7 !default;
  803. $mat-calendar-body-cell-min-size: 32px !default;
  804. $mat-calendar-body-cell-content-margin: 5% !default;
  805. $mat-calendar-body-cell-content-border-width: 1px !default;
  806. $mat-calendar-body-min-size: 7 * $mat-calendar-body-cell-min-size !default;
  807. $mat-calendar-body-cell-content-size: 100% - $mat-calendar-body-cell-content-margin * 2 !default;
  808. $mat-calendar-padding: 8px !default;
  809. $mat-calendar-header-divider-width: 1px !default;
  810. $mat-calendar-controls-vertical-padding: 5%;
  811. $mat-calendar-controls-side-margin: calc(33% / 7 - 16px);
  812. $mat-calendar-arrow-size: 5px !default;
  813. $mat-calendar-arrow-disabled-opacity: 0.5 !default;
  814. $mat-calendar-prev-next-icon-border-width: 2px;
  815. $mat-calendar-prev-next-icon-margin: 15.5px;
  816. $mat-calendar-prev-icon-transform: translateX(2px) rotate(-45deg);
  817. $mat-calendar-next-icon-transform: translateX(-2px) rotate(45deg);
  818. $mat-datepicker-calendar-padding: 8px;
  819. $mat-datepicker-non-touch-calendar-cell-size: 40px;
  820. $mat-datepicker-non-touch-calendar-width:
  821. $mat-datepicker-non-touch-calendar-cell-size * 7 + $mat-datepicker-calendar-padding * 2;
  822. $mat-datepicker-non-touch-calendar-height: 354px;
  823. $mat-datepicker-touch-landscape-width: 64vh;
  824. $mat-datepicker-touch-landscape-height: 80vh;
  825. $mat-datepicker-touch-portrait-width: 80vw;
  826. $mat-datepicker-touch-portrait-height: 100vw;
  827. $mat-datepicker-touch-min-width: 250px;
  828. $mat-datepicker-touch-min-height: 312px;
  829. $mat-datepicker-touch-max-width: 750px;
  830. $mat-datepicker-touch-max-height: 788px;
  831. $mat-dialog-padding: 24px !default;
  832. $mat-dialog-border-radius: 2px !default;
  833. $mat-dialog-max-height: 65vh !default;
  834. $mat-dialog-button-margin: 8px !default;
  835. $mat-divider-width: 1px;
  836. $mat-divider-inset-margin: 80px;
  837. $mat-form-field-fill-dedupe: 0;
  838. $mat-form-field-legacy-dedupe: 0;
  839. $mat-form-field-outline-dedupe: 0;
  840. $mat-form-field-dedupe: 0;
  841. $mat-form-field-fill-border-radius: 4px !default;
  842. $mat-form-field-fill-underline-height: 1px !default;
  843. $mat-form-field-fill-underline-ripple-height: 2px !default;
  844. $mat-form-field-fill-side-padding: 0.75em !default;
  845. $mat-form-field-fill-line-spacing: 0.75em !default;
  846. $mat-form-field-fill-subscript-font-scale: 0.75 !default;
  847. $mat-form-field-fill-subscript-padding:
  848. $mat-form-field-fill-side-padding / $mat-form-field-fill-subscript-font-scale;
  849. $mat-form-field-legacy-underline-height: 1px !default;
  850. $mat-form-field-outline-side-padding: 0.75em !default;
  851. $mat-form-field-outline-subscript-font-scale: 0.75 !default;
  852. $mat-form-field-outline-label-overlap: 0.25em;
  853. $mat-form-field-outline-border-radius: 5px;
  854. $mat-form-field-outline-width: 1px;
  855. $mat-form-field-outline-thick-width: 2px;
  856. $mat-form-field-outline-subscript-padding:
  857. $mat-form-field-outline-side-padding / $mat-form-field-outline-subscript-font-scale;
  858. $mat-form-field-standard-underline-height: 1px !default;
  859. $mat-form-field-standard-padding-top: 0.75em !default;
  860. $mat-form-field-hint-min-space: 1em !default;
  861. $mat-form-field-default-infix-width: 180px !default;
  862. $mat-grid-list-one-line-height: 48px;
  863. $mat-grid-list-two-line-height: 68px;
  864. $mat-grid-list-text-padding: 16px;
  865. $mat-icon-size: 24px !default;
  866. $mat-list-side-padding: 16px;
  867. $mat-list-icon-padding: 4px;
  868. $mat-list-avatar-size: 40px;
  869. $mat-list-top-padding: 8px;
  870. $mat-list-base-height: 48px;
  871. $mat-list-avatar-height: 56px;
  872. $mat-list-two-line-height: 72px;
  873. $mat-list-three-line-height: 88px;
  874. $mat-list-multi-line-padding: 16px;
  875. $mat-list-icon-size: 24px;
  876. $mat-dense-top-padding: 4px;
  877. $mat-dense-base-height: 40px;
  878. $mat-dense-avatar-height: 48px;
  879. $mat-dense-two-line-height: 60px;
  880. $mat-dense-three-line-height: 76px;
  881. $mat-dense-multi-line-padding: 16px;
  882. $mat-dense-list-icon-size: 20px;
  883. $mat-dense-avatar-size: 36px;
  884. $mat-list-item-inset-divider-offset: 72px;
  885. $mat-menu-vertical-padding: 8px !default;
  886. $mat-menu-border-radius: 2px !default;
  887. $mat-menu-submenu-indicator-size: 10px !default;
  888. $mat-paginator-height: 56px;
  889. $mat-paginator-padding: 0 8px;
  890. $mat-paginator-page-size-margin-right: 8px;
  891. $mat-paginator-items-per-page-label-margin: 0 4px;
  892. $mat-paginator-selector-margin: 6px 4px 0 4px;
  893. $mat-paginator-selector-trigger-width: 56px;
  894. $mat-paginator-selector-trigger-outline-width: 64px;
  895. $mat-paginator-selector-trigger-fill-width: 64px;
  896. $mat-paginator-selector-trigger-min-width: $mat-paginator-selector-trigger-width;
  897. $mat-paginator-range-actions-min-height: 48px;
  898. $mat-paginator-range-label-margin: 0 32px 0 24px;
  899. $mat-paginator-button-margin: 8px;
  900. $mat-paginator-button-icon-height: 8px;
  901. $mat-paginator-button-icon-width: 8px;
  902. $mat-paginator-button-increment-icon-margin: 12px;
  903. $mat-paginator-button-decrement-icon-margin: 16px;
  904. $mat-paginator-button-first-last-icon-width: 14px;
  905. $mat-paginator-button-first-icon-margin: 3px;
  906. $mat-paginator-button-last-icon-margin: 15px;
  907. $mat-paginator-button-first-decrement-icon-margin: 21px;
  908. $mat-paginator-button-last-increment-icon-margin: 9px;
  909. $mat-progress-bar-height: 5px !default;
  910. $mat-progress-bar-full-animation-duration: 2000ms !default;
  911. $mat-progress-bar-piece-animation-duration: 250ms !default;
  912. $mat-progress-bar-primary-indeterminate-translate-step-2:
  913. cubic-bezier(0.5, 0, 0.701732, 0.495819) !default;
  914. $mat-progress-bar-primary-indeterminate-translate-step-3:
  915. cubic-bezier(0.302435, 0.381352, 0.55, 0.956352) !default;
  916. $mat-progress-bar-primary-indeterminate-scale-step-2:
  917. cubic-bezier(0.334731, 0.12482, 0.785844, 1) !default;
  918. $mat-progress-bar-primary-indeterminate-scale-step-3:
  919. cubic-bezier(0.06, 0.11, 0.6, 1) !default;
  920. $mat-progress-bar-secondary-indeterminate-translate-step-1:
  921. cubic-bezier(0.15, 0, 0.515058, 0.409685) !default;
  922. $mat-progress-bar-secondary-indeterminate-translate-step-2:
  923. cubic-bezier(0.31033, 0.284058, 0.8, 0.733712) !default;
  924. $mat-progress-bar-secondary-indeterminate-translate-step-3:
  925. cubic-bezier(0.4, 0.627035, 0.6, 0.902026) !default;
  926. $mat-progress-bar-secondary-indeterminate-scale-step-1:
  927. cubic-bezier(0.15, 0, 0.515058, 0.409685) !default;
  928. $mat-progress-bar-secondary-indeterminate-scale-step-2:
  929. cubic-bezier(0.31033, 0.284058, 0.8, 0.733712) !default;
  930. $mat-progress-bar-secondary-indeterminate-scale-step-3:
  931. cubic-bezier(0.4, 0.627035, 0.6, 0.902026) !default;
  932. $mat-progress-spinner-stroke-rotate-fallback-duration: 10 * 1000ms !default;
  933. $mat-progress-spinner-stroke-rotate-fallback-ease: cubic-bezier(0.87, 0.03, 0.33, 1) !default;
  934. $_mat-progress-spinner-default-radius: 45px;
  935. $_mat-progress-spinner-default-circumference: $pi * $_mat-progress-spinner-default-radius * 2;
  936. $mat-radio-size: $mat-toggle-size !default;
  937. $mat-radio-ripple-radius: 25px;
  938. $mat-select-arrow-size: 5px !default;
  939. $mat-select-arrow-margin: 4px !default;
  940. $mat-select-panel-max-height: 256px !default;
  941. $mat-select-item-height: 3em !default;
  942. $mat-select-placeholder-arrow-space: 2 * ($mat-select-arrow-size + $mat-select-arrow-margin);
  943. $mat-drawer-content-z-index: 1;
  944. $mat-drawer-side-drawer-z-index: 2;
  945. $mat-drawer-backdrop-z-index: 3;
  946. $mat-drawer-over-drawer-z-index: 4;
  947. $mat-slide-toggle-thumb-size: 20px !default;
  948. $mat-slide-toggle-bar-border-radius: 8px !default;
  949. $mat-slide-toggle-height: 24px !default;
  950. $mat-slide-toggle-spacing: 8px !default;
  951. $mat-slide-toggle-ripple-radius: 23px !default;
  952. $mat-slide-toggle-bar-width: 36px !default;
  953. $mat-slide-toggle-bar-height: 14px !default;
  954. $mat-slide-toggle-bar-track-width: $mat-slide-toggle-bar-width - $mat-slide-toggle-thumb-size;
  955. $mat-slider-thickness: 48px !default;
  956. $mat-slider-min-size: 128px !default;
  957. $mat-slider-padding: 8px !default;
  958. $mat-slider-track-thickness: 2px !default;
  959. $mat-slider-thumb-size: 20px !default;
  960. $mat-slider-thumb-border-width: 3px !default;
  961. $mat-slider-thumb-border-width-active: 2px !default;
  962. $mat-slider-thumb-border-width-disabled: 4px !default;
  963. $mat-slider-thumb-default-scale: 0.7 !default;
  964. $mat-slider-thumb-focus-scale: 1 !default;
  965. $mat-slider-thumb-disabled-scale: 0.5 !default;
  966. $mat-slider-thumb-arrow-gap: 12px !default;
  967. $mat-slider-thumb-label-size: 28px !default;
  968. $mat-slider-tick-size: 2px !default;
  969. $mat-slider-focus-ring-size: 30px !default;
  970. $mat-snack-bar-button-horizontal-margin: 8px !default;
  971. $mat-snack-bar-button-height: 36px !default;
  972. $mat-snack-bar-line-height: 20px !default;
  973. $mat-snack-bar-button-vertical-margin:
  974. -(($mat-snack-bar-button-height - $mat-snack-bar-line-height) / 2);
  975. $mat-snack-bar-padding: 14px 24px !default;
  976. $mat-snack-bar-min-width: 288px !default;
  977. $mat-snack-bar-max-width: 568px !default;
  978. $mat-snack-bar-spacing-margin: 24px !default;
  979. $mat-sort-header-arrow-margin: 6px;
  980. $mat-sort-header-arrow-container-size: 12px;
  981. $mat-sort-header-arrow-stem-size: 10px;
  982. $mat-sort-header-arrow-pointer-length: 6px;
  983. $mat-sort-header-arrow-thickness: 2px;
  984. $mat-sort-header-arrow-hint-opacity: 0.38;
  985. $mat-stepper-label-header-height: 24px !default;
  986. $mat-stepper-label-min-width: 50px !default;
  987. $mat-stepper-side-gap: 24px !default;
  988. $mat-vertical-stepper-content-margin: 36px !default;
  989. $mat-stepper-line-gap: 8px !default;
  990. $mat-step-optional-font-size: 12px;
  991. $mat-step-header-icon-size: 16px !default;
  992. $mat-horizontal-stepper-header-height: 72px !default;
  993. $mat-stepper-label-header-height: 24px !default;
  994. $mat-stepper-side-gap: 24px !default;
  995. $mat-vertical-stepper-content-margin: 36px !default;
  996. $mat-stepper-line-width: 1px !default;
  997. $mat-stepper-line-gap: 8px !default;
  998. $mat-header-row-height: 56px;
  999. $mat-row-height: 48px;
  1000. $mat-row-horizontal-padding: 24px;
  1001. $mat-tab-bar-height: 48px !default;
  1002. $mat-tab-animation-duration: 500ms !default;
  1003. $mat-toolbar-height-desktop: 64px !default;
  1004. $mat-toolbar-height-mobile: 56px !default;
  1005. $mat-toolbar-row-padding: 16px !default;
  1006. $mat-toolbar-height-mobile-portrait: 56px !default;
  1007. $mat-toolbar-height-mobile-landscape: 48px !default;
  1008. $mat-tooltip-target-height: 22px;
  1009. $mat-tooltip-font-size: 10px;
  1010. $mat-tooltip-vertical-padding: ($mat-tooltip-target-height - $mat-tooltip-font-size) / 2;
  1011. $mat-tooltip-handset-target-height: 32px;
  1012. $mat-tooltip-handset-font-size: 14px;
  1013. $mat-tooltip-handset-vertical-padding:
  1014. ($mat-tooltip-handset-target-height - $mat-tooltip-handset-font-size) / 2;
  1015. $mat-tooltip-horizontal-padding: 8px;
  1016. $mat-tooltip-max-width: 250px;
  1017. $mat-tooltip-margin: 14px;
  1018. $mat-tooltip-handset-horizontal-padding: 16px;
  1019. $mat-tooltip-handset-margin: 24px;
  1020. $mat-node-height: 48px;
Add Comment
Please, Sign In to add comment