Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 12db2be

Browse files
committed
Update of variable mixins and docs
See #1
1 parent 2585427 commit 12db2be

File tree

5 files changed

+977
-114
lines changed

5 files changed

+977
-114
lines changed

docs/images/variables-colors.png

-222 KB
Binary file not shown.

docs/variables.md

+3-75
Original file line numberDiff line numberDiff line change
@@ -32,78 +32,6 @@ width of the main page part, rely on `$tc-screen-lg` as the maximal width.
3232
- **`$tc-screen-lg`** — *1280px*.
3333

3434
### Colors
35-
Here are the standard colors to be used in Topcoder designs. They match the
36-
design specs image below, but some of them have different names due to historic
37-
reasons:
38-
39-
##### Primary Colors
40-
- **`$tc-light-blue`** — `#26ade9`;
41-
- **`$tc-green`** — `#60c700`;
42-
- **`$tc-orange`** — `#fb7d22`;
43-
- **`$tc-yellow`** — `#fff100`;
44-
45-
- **`$tc-black`** — `#262628`;
46-
- **`$tc-gray-90`** — `#37373c`;
47-
- **`$tc-gray-80`** — `#47474f`;
48-
- **`$tc-gray-70`** — `#5d5d66`;
49-
- **`$tc-gray-60`** — `#747480`;
50-
- **`$tc-gray-50`** — `#888894`;
51-
- **`$tc-gray-40`** — `#a3a3ad`;
52-
- **`$tc-gray-30`** — `#c3c3c8`;
53-
- **`$tc-gray-20`** — `#dcdce0`;
54-
- **`$tc-gray-10`** — `#ededf2`;
55-
56-
- **`$tc-gray-neutral-dark`** — `#ebebeb`;
57-
- **`$tc-gray-neutral-light`** — `#fafafb`;
58-
- **`$tc-white`** — `#fff`;
59-
60-
##### Accents & Shades
61-
- **`$tc-dark-blue`** — `#0a71e6`;
62-
- **`$tc-dark-blue-90`** — `#1a85ff`;
63-
- **`$tc-dark-blue-70`** — `#59a7ff`;
64-
- **`$tc-dark-blue-30`** — `#cfe6ff`;
65-
- **`$tc-dark-blue-10`** — `#f4f9ff`;
66-
67-
- **`$tc-red`** — `#f22f24`;
68-
- **`$tc-red-70`** — `#ff5b52`;
69-
- **`$tc-red-30`** — `#ffd4d1`;
70-
- **`$tc-red-10`** — `#fff4f4`;
71-
72-
- **`$tc-gold`** — `#fce217`;
73-
- **`$tc-gold-70`** — `#faed8e`;
74-
- **`$tc-gold-30`** — `#fff7cc`;
75-
- **`$tc-gold-10`** — `#fffde6`;
76-
77-
- **`$tc-green`** — `#60c700`;
78-
- **`$tc-green-70`** — `#96d957`;
79-
- **`$tc-green-30`** — `#cfefb2`;
80-
- **`$tc-green-10`** — `#effae5`;
81-
82-
- **`$tc-light-blue`** — `#26ade9`;
83-
- **`$tc-light-blue-70`** — `#67c5ef`;
84-
- **`$tc-light-blue-30`** — `#bde6f8`;
85-
- **`$tc-light-blue-10`** — `#e9f6fc`;
86-
87-
- **`$tc-orange`** — `#fb7d22`;
88-
- **`$tc-orange-70`** — `#fda464`;
89-
- **`$tc-orange-30`** — `#fee3d0`;
90-
- **`$tc-orange-10`** — `#fff0eb`;
91-
92-
- **`$tc-purple`** — `#9050a3`;
93-
- **`$tc-purple-70`** — `#b47dd6`;
94-
- **`$tc-purple-30`** — `#e2c7f2`;
95-
- **`$tc-purple-10`** — `#f8f2fb`;
96-
97-
##### Badges
98-
- **`$tc-gold`** — `#fce217`;
99-
- **`$tc-silver`** — `#a9bcd4`;
100-
- **`$tc-bronze`** — `#bd731e`;
101-
102-
##### Levels
103-
- **`$tc-level-1`** — `$a3a3ad`;
104-
- **`$tc-level-2`** — `#25c089`;
105-
- **`$tc-level-3`** — `#666eff`;
106-
- **`$tc-level-4`** — `#fcb816`;
107-
- **`$tc-level-5`** — `#e6175c`;
108-
109-
![Standard TC Colors](images/variables-colors.png)
35+
[**LIVE DEMO**](https://community-app.topcoder-dev.com/examples/color-mixins) of
36+
mixins for the standard color pallete being used in Topcoder designs. Always use
37+
these color mixins instead of hard-coding HEX color codes into your SCSS code.

0 commit comments

Comments
 (0)