diff --git a/docs/src/assets/icons/arrow-left.svg b/docs/src/assets/icons/arrow-left.svg deleted file mode 100644 index 8fba4141..00000000 --- a/docs/src/assets/icons/arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/src/assets/icons/arrow-right.svg b/docs/src/assets/icons/arrow-right.svg deleted file mode 100644 index 0a748a12..00000000 --- a/docs/src/assets/icons/arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/src/assets/icons/close.svg b/docs/src/assets/icons/close.svg deleted file mode 100644 index 882ddfab..00000000 --- a/docs/src/assets/icons/close.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/src/assets/icons/github.svg b/docs/src/assets/icons/github.svg deleted file mode 100644 index 60cc1475..00000000 --- a/docs/src/assets/icons/github.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/src/assets/icons/menu.svg b/docs/src/assets/icons/menu.svg deleted file mode 100644 index 8db03e66..00000000 --- a/docs/src/assets/icons/menu.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/docs/src/components/Btn/style.scss b/docs/src/components/Btn/style.scss index 39b54648..f1b0fdd3 100644 --- a/docs/src/components/Btn/style.scss +++ b/docs/src/components/Btn/style.scss @@ -9,7 +9,6 @@ text-align: center; line-height: 1; text-decoration: none; - white-space: nowrap; &--primary { @@ -46,6 +45,8 @@ } &__icon { + transition: opacity 0.2s $ease; + &:first-child { margin-right: 0.5rem; } diff --git a/docs/src/components/Icon/index.vue b/docs/src/components/Icon/index.vue index 29836e84..6978c360 100644 --- a/docs/src/components/Icon/index.vue +++ b/docs/src/components/Icon/index.vue @@ -1,3 +1,11 @@ + + diff --git a/docs/src/components/Icon/style.scss b/docs/src/components/Icon/style.scss index 44a905fe..eb582ea1 100644 --- a/docs/src/components/Icon/style.scss +++ b/docs/src/components/Icon/style.scss @@ -1,7 +1,16 @@ .icon { display: inline-flex; - width: 1rem; - height: 1rem; + width: 1.25rem; + height: 1.25rem; + margin: 0 0.4rem; + + &:first-child { + margin-left: 0; + } + + &:last-child { + margin-right: 0; + } &::v-deep > svg { width: 100%; diff --git a/docs/src/components/PageNavigation/index.vue b/docs/src/components/PageNavigation/index.vue index 57f161d8..96c1d150 100644 --- a/docs/src/components/PageNavigation/index.vue +++ b/docs/src/components/PageNavigation/index.vue @@ -3,7 +3,7 @@ diff --git a/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue b/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue index 93bb57f0..38c03b49 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue @@ -153,7 +153,7 @@ export default {