UNPKG

267 BJavaScriptView Raw
1module.exports = () => `$primary: #00ADE6;
2$secondary: #05E3D5;
3$black: #041725;
4$black-20: #213746;
5$black-40: #5A666D;
6$white: #EDEDED;
7$white-40: #8D9BA3;
8
9$footer-height: 13rem;
10$topbar-height: 4rem;
11$topbar-maxheight: 8rem;
12$toc-width: 17rem;
13$mobile: 576px;
14`;