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

Commit 60271ea

Browse files
author
Sebastian Superczynski
committed
reduces size of css
1 parent 8073d7d commit 60271ea

File tree

2 files changed

+0
-1300
lines changed

2 files changed

+0
-1300
lines changed

src/assets/spectre-icons.css

-351
Original file line numberDiff line numberDiff line change
@@ -75,54 +75,6 @@
7575
transform: translate(-50%, -25%) rotate(45deg);
7676
}
7777

78-
.ngx-icon-back::after,
79-
.ngx-icon-forward::after {
80-
background: currentColor;
81-
content: "";
82-
height: .1rem;
83-
width: .8em;
84-
}
85-
86-
.ngx-icon-downward::after,
87-
.ngx-icon-upward::after {
88-
background: currentColor;
89-
content: "";
90-
height: .8em;
91-
width: .1rem;
92-
}
93-
94-
.ngx-icon-back::after {
95-
left: 55%;
96-
}
97-
98-
.ngx-icon-back::before {
99-
transform: translate(-50%, -50%) rotate(-45deg);
100-
}
101-
102-
.ngx-icon-downward::after {
103-
top: 45%;
104-
}
105-
106-
.ngx-icon-downward::before {
107-
transform: translate(-50%, -50%) rotate(-135deg);
108-
}
109-
110-
.ngx-icon-forward::after {
111-
left: 45%;
112-
}
113-
114-
.ngx-icon-forward::before {
115-
transform: translate(-50%, -50%) rotate(135deg);
116-
}
117-
118-
.ngx-icon-upward::after {
119-
top: 55%;
120-
}
121-
122-
.ngx-icon-upward::before {
123-
transform: translate(-50%, -50%) rotate(45deg);
124-
}
125-
12678
.ngx-icon-caret::before {
12779
border-left: .3em solid transparent;
12880
border-right: .3em solid transparent;
@@ -139,307 +91,4 @@
13991
content: "";
14092
height: .1rem;
14193
width: 100%;
142-
}
143-
144-
.ngx-icon-apps::before {
145-
background: currentColor;
146-
box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em;
147-
content: "";
148-
height: 3px;
149-
width: 3px;
150-
}
151-
152-
.ngx-icon-resize-horiz::before,
153-
.ngx-icon-resize-horiz::after,
154-
.ngx-icon-resize-vert::before,
155-
.ngx-icon-resize-vert::after {
156-
border: .1rem solid currentColor;
157-
border-bottom: 0;
158-
border-right: 0;
159-
content: "";
160-
height: .45em;
161-
width: .45em;
162-
}
163-
164-
.ngx-icon-resize-horiz::before,
165-
.ngx-icon-resize-vert::before {
166-
transform: translate(-50%, -90%) rotate(45deg);
167-
}
168-
169-
.ngx-icon-resize-horiz::after,
170-
.ngx-icon-resize-vert::after {
171-
transform: translate(-50%, -10%) rotate(225deg);
172-
}
173-
174-
.ngx-icon-resize-horiz::before {
175-
transform: translate(-90%, -50%) rotate(-45deg);
176-
}
177-
178-
.ngx-icon-resize-horiz::after {
179-
transform: translate(-10%, -50%) rotate(135deg);
180-
}
181-
182-
.ngx-icon-more-horiz::before,
183-
.ngx-icon-more-vert::before {
184-
background: currentColor;
185-
border-radius: 50%;
186-
box-shadow: -.4em 0, .4em 0;
187-
content: "";
188-
height: 3px;
189-
width: 3px;
190-
}
191-
192-
.ngx-icon-more-vert::before {
193-
box-shadow: 0 -.4em, 0 .4em;
194-
}
195-
196-
.ngx-icon-plus::before,
197-
.ngx-icon-minus::before,
198-
.ngx-icon-cross::before {
199-
background: currentColor;
200-
content: "";
201-
height: .1rem;
202-
width: 100%;
203-
}
204-
205-
.ngx-icon-plus::after,
206-
.ngx-icon-cross::after {
207-
background: currentColor;
208-
content: "";
209-
height: 100%;
210-
width: .1rem;
211-
}
212-
213-
.ngx-icon-cross::before {
214-
width: 100%;
215-
}
216-
217-
.ngx-icon-cross::after {
218-
height: 100%;
219-
}
220-
221-
.ngx-icon-cross::before,
222-
.ngx-icon-cross::after {
223-
transform: translate(-50%, -50%) rotate(45deg);
224-
}
225-
226-
.ngx-icon-check::before {
227-
border: .1rem solid currentColor;
228-
border-right: 0;
229-
border-top: 0;
230-
content: "";
231-
height: .5em;
232-
transform: translate(-50%, -75%) rotate(-45deg);
233-
width: .9em;
234-
}
235-
236-
.ngx-icon-stop {
237-
border: .1rem solid currentColor;
238-
border-radius: 50%;
239-
}
240-
241-
.ngx-icon-stop::before {
242-
background: currentColor;
243-
content: "";
244-
height: .1rem;
245-
transform: translate(-50%, -50%) rotate(45deg);
246-
width: 1em;
247-
}
248-
249-
.ngx-icon-shutdown {
250-
border: .1rem solid currentColor;
251-
border-radius: 50%;
252-
border-top-color: transparent;
253-
}
254-
255-
.ngx-icon-shutdown::before {
256-
background: currentColor;
257-
content: "";
258-
height: .5em;
259-
top: .1em;
260-
width: .1rem;
261-
}
262-
263-
.ngx-icon-refresh::before {
264-
border: .1rem solid currentColor;
265-
border-radius: 50%;
266-
border-right-color: transparent;
267-
content: "";
268-
height: 1em;
269-
width: 1em;
270-
}
271-
272-
.ngx-icon-refresh::after {
273-
border: .2em solid currentColor;
274-
border-left-color: transparent;
275-
border-top-color: transparent;
276-
content: "";
277-
height: 0;
278-
left: 80%;
279-
top: 20%;
280-
width: 0;
281-
}
282-
283-
.ngx-icon-search::before {
284-
border: .1rem solid currentColor;
285-
border-radius: 50%;
286-
content: "";
287-
height: .75em;
288-
left: 5%;
289-
top: 5%;
290-
transform: translate(0, 0) rotate(45deg);
291-
width: .75em;
292-
}
293-
294-
.ngx-icon-search::after {
295-
background: currentColor;
296-
content: "";
297-
height: .1rem;
298-
left: 80%;
299-
top: 80%;
300-
transform: translate(-50%, -50%) rotate(45deg);
301-
width: .4em;
302-
}
303-
304-
.ngx-icon-edit::before {
305-
border: .1rem solid currentColor;
306-
content: "";
307-
height: .4em;
308-
transform: translate(-40%, -60%) rotate(-45deg);
309-
width: .85em;
310-
}
311-
312-
.ngx-icon-edit::after {
313-
border: .15em solid currentColor;
314-
border-right-color: transparent;
315-
border-top-color: transparent;
316-
content: "";
317-
height: 0;
318-
left: 5%;
319-
top: 95%;
320-
transform: translate(0, -100%);
321-
width: 0;
322-
}
323-
324-
.ngx-icon-delete::before {
325-
border: .1rem solid currentColor;
326-
border-bottom-left-radius: .1rem;
327-
border-bottom-right-radius: .1rem;
328-
border-top: 0;
329-
content: "";
330-
height: .75em;
331-
top: 60%;
332-
width: .75em;
333-
}
334-
335-
.ngx-icon-delete::after {
336-
background: currentColor;
337-
box-shadow: -.25em .2em, .25em .2em;
338-
content: "";
339-
height: .1rem;
340-
top: .05rem;
341-
width: .5em;
342-
}
343-
344-
.ngx-icon-share {
345-
border: .1rem solid currentColor;
346-
border-radius: .1rem;
347-
border-right: 0;
348-
border-top: 0;
349-
}
350-
351-
.ngx-icon-share::before {
352-
border: .1rem solid currentColor;
353-
border-left: 0;
354-
border-top: 0;
355-
content: "";
356-
height: .4em;
357-
left: 100%;
358-
top: .25em;
359-
transform: translate(-125%, -50%) rotate(-45deg);
360-
width: .4em;
361-
}
362-
363-
.ngx-icon-share::after {
364-
border: .1rem solid currentColor;
365-
border-bottom: 0;
366-
border-radius: 75% 0;
367-
border-right: 0;
368-
content: "";
369-
height: .5em;
370-
width: .6em;
371-
}
372-
373-
.ngx-icon-flag::before {
374-
background: currentColor;
375-
content: "";
376-
height: 1em;
377-
left: 15%;
378-
width: .1rem;
379-
}
380-
381-
.ngx-icon-flag::after {
382-
border: .1rem solid currentColor;
383-
border-bottom-right-radius: .1rem;
384-
border-left: 0;
385-
border-top-right-radius: .1rem;
386-
content: "";
387-
height: .65em;
388-
left: 60%;
389-
top: 35%;
390-
width: .8em;
391-
}
392-
393-
.ngx-icon-bookmark::before {
394-
border: .1rem solid currentColor;
395-
border-bottom: 0;
396-
border-top-left-radius: .1rem;
397-
border-top-right-radius: .1rem;
398-
content: "";
399-
height: .9em;
400-
width: .8em;
401-
}
402-
403-
.ngx-icon-bookmark::after {
404-
border: .1rem solid currentColor;
405-
border-bottom: 0;
406-
border-left: 0;
407-
border-radius: .1rem;
408-
content: "";
409-
height: .5em;
410-
transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
411-
width: .5em;
412-
}
413-
414-
.ngx-icon-download,
415-
.ngx-icon-upload {
416-
border-bottom: .1rem solid currentColor;
417-
}
418-
419-
.ngx-icon-download::before,
420-
.ngx-icon-upload::before {
421-
border: .1rem solid currentColor;
422-
border-bottom: 0;
423-
border-right: 0;
424-
content: "";
425-
height: .5em;
426-
transform: translate(-50%, -60%) rotate(-135deg);
427-
width: .5em;
428-
}
429-
430-
.ngx-icon-download::after,
431-
.ngx-icon-upload::after {
432-
background: currentColor;
433-
content: "";
434-
height: .6em;
435-
top: 40%;
436-
width: .1rem;
437-
}
438-
439-
.ngx-icon-upload::before {
440-
transform: translate(-50%, -60%) rotate(45deg);
441-
}
442-
443-
.ngx-icon-upload::after {
444-
top: 50%;
44594
}

0 commit comments

Comments
 (0)