pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
colorpallet.less
(2857B)
1
2 /*
3 * USED WITH DEMO
4 */
5 .square {
6 display: block;
7 float: left;
8 margin-right: 10px;
9 height: 20px;
10 width: 20px;
11 }
12
13 /*
14 * RESET BOOTSTRAP DEFAULT IE FILTER
15 */
16 [class^="bg-"],
17 [class*=" bg-"] {
18 filter:none !important;
19 }
20
21 /*
22 * TEXT COLOR
23 */
24 .txt-color-blue {
25 color: @blue !important;
26 }
27 .txt-color-blueLight {
28 color:@blueLight !important;
29 }
30 .txt-color-blueDark {
31 color: @blueDark !important;
32 }
33 .txt-color-green {
34 color: @green !important;
35 }
36 .txt-color-greenLight {
37 color: @greenLight !important;
38 }
39 .txt-color-greenDark {
40 color: @greenDark !important;
41 }
42 .txt-color-red {
43 color: @red !important;
44 }
45 .txt-color-yellow {
46 color: @yellow !important;
47 }
48 .txt-color-orange {
49 color: #b19a6b !important;
50 }
51 .txt-color-orangeDark {
52 color: @orangeDark !important;
53 }
54 .txt-color-pink {
55 color: @pink !important;
56 }
57 .txt-color-pinkDark {
58 color: @pinkDark !important;
59 }
60 .txt-color-purple {
61 color: @purple !important;
62 }
63 .txt-color-darken {
64 color: @darken !important;
65 }
66 .txt-color-lighten {
67 color: @lighten !important;
68 }
69 .txt-color-white {
70 color: @white !important;
71 }
72 .txt-color-grayDark {
73 color: @greyDark !important;
74 }
75 .txt-color-magenta {
76 color: @magenta !important;
77 }
78 .txt-color-teal {
79 color: @teal !important;
80 }
81 .txt-color-redLight {
82 color: @redLight !important;
83 }
84
85 /*
86 * BACKGROUNDS
87 */
88 .bg-color-blue {
89 background-color: @blue !important;
90 }
91 .bg-color-blueLight {
92 background-color: @blueLight !important;
93 }
94 .bg-color-blueDark {
95 background-color: @blueDark !important;
96 }
97 .bg-color-green {
98 background-color: @green !important;
99 }
100 .bg-color-greenLight {
101 background-color: @greenLight !important;
102 }
103 .bg-color-greenDark {
104 background-color: @greenDark !important;
105 }
106 .bg-color-red {
107 background-color: @red !important;
108 }
109 .bg-color-yellow {
110 background-color: @yellow !important;
111 }
112 .bg-color-orange {
113 background-color: @orange !important;
114 }
115 .bg-color-orangeDark {
116 background-color: @orangeDark !important;
117 }
118 .bg-color-pink {
119 background-color: @pink !important;
120 }
121 .bg-color-pinkDark {
122 background-color: @pinkDark !important;
123 }
124 .bg-color-purple {
125 background-color: @purple !important;
126 }
127 .bg-color-darken {
128 background-color: @darken !important;
129 }
130 .bg-color-lighten {
131 background-color: @lighten !important;
132 }
133 .bg-color-white {
134 background-color: @white !important;
135 }
136 .bg-color-grayDark {
137 background-color: @greyDark !important;
138 }
139 .bg-color-magenta {
140 background-color: @magenta !important;
141 }
142 .bg-color-teal {
143 background-color: @teal !important;
144 }
145 .bg-color-redLight {
146 background-color: @redLight !important;
147 }