@clayui/css 3.119.1 → 3.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/css/atlas.css +12 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +11 -2
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +13 -3
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/flags-rw-RW.svg +8 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/marketplace.svg +8 -0
- package/package.json +2 -2
- package/src/images/icons/flags-rw-RW.svg +8 -0
- package/src/images/icons/marketplace.svg +8 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +89 -0
- package/src/scss/atlas/variables/_menubar.scss +1 -0
- package/src/scss/cadmin/variables/_globals.scss +89 -0
- package/src/scss/cadmin/variables/_menubar.scss +1 -0
- package/src/scss/cadmin/variables/_sidebar.scss +0 -1
- package/src/scss/cadmin/variables/_tables.scss +10 -0
- package/src/scss/functions/_lx-icons-generated.scss +4 -0
- package/src/scss/mixins/_tables.scss +24 -0
- package/src/scss/variables/_globals.scss +89 -0
- package/src/scss/variables/_sidebar.scss +0 -1
- package/src/scss/variables/_tables.scss +10 -0
|
@@ -78,16 +78,105 @@ $grays: map-merge(
|
|
|
78
78
|
$grays
|
|
79
79
|
);
|
|
80
80
|
|
|
81
|
+
$blue-d4: #004799 !default;
|
|
82
|
+
$blue-d3: #0053b3 !default;
|
|
83
|
+
$blue-d2: #005fcc !default;
|
|
84
|
+
$blue-d1: #006be6 !default;
|
|
81
85
|
$blue: #007bff !default;
|
|
86
|
+
$blue-l1: #338fff !default;
|
|
87
|
+
$blue-l2: #66abff !default;
|
|
88
|
+
$blue-l3: #97c5ff !default;
|
|
89
|
+
$blue-l4: #cce3ff !default;
|
|
90
|
+
|
|
91
|
+
$indigo-d4: #0017e5 !default;
|
|
92
|
+
$indigo-d3: #001aff !default;
|
|
93
|
+
$indigo-d2: #1a30ff !default;
|
|
94
|
+
$indigo-d1: #3347ff !default;
|
|
82
95
|
$indigo: #6610f2 !default;
|
|
96
|
+
$indigo-l1: #808cff !default;
|
|
97
|
+
$indigo-l2: #99a3ff !default;
|
|
98
|
+
$indigo-l3: #b2baff !default;
|
|
99
|
+
$indigo-l4: #ccd1ff !default;
|
|
100
|
+
|
|
101
|
+
$purple-d4: #7700cc !default;
|
|
102
|
+
$purple-d3: #8600e6 !default;
|
|
103
|
+
$purple-d2: #9500ff !default;
|
|
104
|
+
$purple-d1: #9f1aff !default;
|
|
83
105
|
$purple: #6f42c1 !default;
|
|
106
|
+
$purple-l1: #bf66ff !default;
|
|
107
|
+
$purple-l2: #ca80ff !default;
|
|
108
|
+
$purple-l3: #d499ff !default;
|
|
109
|
+
$purple-l4: #dfb3ff !default;
|
|
110
|
+
|
|
111
|
+
$pink-d4: #800048 !default;
|
|
112
|
+
$pink-d3: #990057 !default;
|
|
113
|
+
$pink-d2: #b30065 !default;
|
|
114
|
+
$pink-d1: #cc0074 !default;
|
|
84
115
|
$pink: #e83e8c !default;
|
|
116
|
+
$pink-l1: #ff4db2 !default;
|
|
117
|
+
$pink-l2: #ff80c8 !default;
|
|
118
|
+
$pink-l3: #ff99d3 !default;
|
|
119
|
+
$pink-l4: #ffb3de !default;
|
|
120
|
+
|
|
121
|
+
$red-d4: #800000 !default;
|
|
122
|
+
$red-d3: #990000 !default;
|
|
123
|
+
$red-d2: #b30000 !default;
|
|
124
|
+
$red-d1: #cc0000 !default;
|
|
85
125
|
$red: #dc3545 !default;
|
|
126
|
+
$red-l1: #ff4d4d !default;
|
|
127
|
+
$red-l2: #ff6666 !default;
|
|
128
|
+
$red-l3: #ff8080 !default;
|
|
129
|
+
$red-l4: #ff9999 !default;
|
|
130
|
+
|
|
131
|
+
$orange-d4: #662700 !default;
|
|
132
|
+
$orange-d3: #803100 !default;
|
|
133
|
+
$orange-d2: #993b00 !default;
|
|
134
|
+
$orange-d1: #b34400 !default;
|
|
86
135
|
$orange: #fd7e14 !default;
|
|
136
|
+
$orange-l1: #ff6200 !default;
|
|
137
|
+
$orange-l2: #ff8133 !default;
|
|
138
|
+
$orange-l3: #ffa166 !default;
|
|
139
|
+
$orange-l4: #ffc099 !default;
|
|
140
|
+
|
|
141
|
+
$yellow-d4: #997000 !default;
|
|
142
|
+
$yellow-d3: #b38900 !default;
|
|
143
|
+
$yellow-d2: #cc9600 !default;
|
|
144
|
+
$yellow-d1: #e6a800 !default;
|
|
87
145
|
$yellow: #ffc107 !default;
|
|
146
|
+
$yellow-l1: #ffc933 !default;
|
|
147
|
+
$yellow-l2: #ffd666 !default;
|
|
148
|
+
$yellow-l3: #ffe499 !default;
|
|
149
|
+
$yellow-l4: #fff1cc !default;
|
|
150
|
+
|
|
151
|
+
$green-d4: #162d06 !default;
|
|
152
|
+
$green-d3: #22430a !default;
|
|
153
|
+
$green-d2: #2e590d !default;
|
|
154
|
+
$green-d1: #397010 !default;
|
|
88
155
|
$green: #28a745 !default;
|
|
156
|
+
$green-l1: #53a117 !default;
|
|
157
|
+
$green-l2: #67c91d !default;
|
|
158
|
+
$green-l3: #81e236 !default;
|
|
159
|
+
$green-l4: #9de963 !default;
|
|
160
|
+
|
|
161
|
+
$teal-d4: #092a25 !default;
|
|
162
|
+
$teal-d3: #0d3f37 !default;
|
|
163
|
+
$teal-d2: #125449 !default;
|
|
164
|
+
$teal-d1: #16695b !default;
|
|
89
165
|
$teal: #20c997 !default;
|
|
166
|
+
$teal-l1: #24a892 !default;
|
|
167
|
+
$teal-l2: #42d7be !default;
|
|
168
|
+
$teal-l3: #6ce0cc !default;
|
|
169
|
+
$teal-l4: #96e9db !default;
|
|
170
|
+
|
|
171
|
+
$cyan-d4: #00334d !default;
|
|
172
|
+
$cyan-d3: #004466 !default;
|
|
173
|
+
$cyan-d2: #005580 !default;
|
|
174
|
+
$cyan-d1: #006699 !default;
|
|
90
175
|
$cyan: #17a2b8 !default;
|
|
176
|
+
$cyan-l1: #0099e6 !default;
|
|
177
|
+
$cyan-l2: #33bbff !default;
|
|
178
|
+
$cyan-l3: #66ccff !default;
|
|
179
|
+
$cyan-l4: #99ddff !default;
|
|
91
180
|
|
|
92
181
|
$colors: () !default;
|
|
93
182
|
$colors: map-merge(
|
|
@@ -246,6 +246,16 @@ $c-table: map-deep-merge(
|
|
|
246
246
|
th: (
|
|
247
247
|
href: $table-head-link,
|
|
248
248
|
),
|
|
249
|
+
autofit-col: (
|
|
250
|
+
padding-left: 0.125rem,
|
|
251
|
+
padding-right: 0.125rem,
|
|
252
|
+
first-child: (
|
|
253
|
+
padding-left: 0,
|
|
254
|
+
),
|
|
255
|
+
last-child: (
|
|
256
|
+
padding-right: 0,
|
|
257
|
+
),
|
|
258
|
+
),
|
|
249
259
|
)
|
|
250
260
|
),
|
|
251
261
|
table-column-start: (
|