From 37c5f93948ae184f55f89923f41f8588aa21a988 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 13 May 2022 22:35:06 +0300 Subject: [PATCH] Remove alignment demo from Ember demo --- .../app/components/alignment-demo.hbs | 194 ------------------ .../app/components/iconify-demo.hbs | 3 +- 2 files changed, 1 insertion(+), 196 deletions(-) delete mode 100644 components-demo/ember-demo/app/components/alignment-demo.hbs diff --git a/components-demo/ember-demo/app/components/alignment-demo.hbs b/components-demo/ember-demo/app/components/alignment-demo.hbs deleted file mode 100644 index ac1d1d2..0000000 --- a/components-demo/ember-demo/app/components/alignment-demo.hbs +++ /dev/null @@ -1,194 +0,0 @@ -
-

Alignment (components/alignment-demo.hbs)

-
-

Icon with correct width/heigh ratio:

- -
-
-

Bad width/height ratio, default alignment (slice = false):

- - -
-
-

Slice:

- - -
-
-

Slice:

- - -
-
-

Left:

- - -
-
-

Left with slice:

- - - -
-
-

Right:

- - -
-
-

Right with slice:

- - - -
-
-

Top:

- - -
-
-

Top with slice:

- - - -
-
-

Bottom:

- - -
-
-

Bottom with slice:

- - - -
-
\ No newline at end of file diff --git a/components-demo/ember-demo/app/components/iconify-demo.hbs b/components-demo/ember-demo/app/components/iconify-demo.hbs index 8510d01..64ebc4b 100644 --- a/components-demo/ember-demo/app/components/iconify-demo.hbs +++ b/components-demo/ember-demo/app/components/iconify-demo.hbs @@ -27,6 +27,5 @@ - {{! - }} + \ No newline at end of file