diff --git a/src/frontend/styles/components/button.pcss b/src/frontend/styles/components/button.pcss index f122711..50ba966 100644 --- a/src/frontend/styles/components/button.pcss +++ b/src/frontend/styles/components/button.pcss @@ -1,5 +1,5 @@ .docs-button { - display: flex; + display: inline-flex; align-items: center; height: var(--height); padding-left: 12px; diff --git a/src/frontend/styles/components/page.pcss b/src/frontend/styles/components/page.pcss index c01c398..1caf297 100644 --- a/src/frontend/styles/components/page.pcss +++ b/src/frontend/styles/components/page.pcss @@ -42,7 +42,6 @@ &-button { margin-left: 20px; - display: inline-block; text-decoration: none; } } diff --git a/src/frontend/styles/vars.pcss b/src/frontend/styles/vars.pcss index 7454d32..78c4fe4 100644 --- a/src/frontend/styles/vars.pcss +++ b/src/frontend/styles/vars.pcss @@ -3,7 +3,6 @@ --color-text-second: #5d6068; --color-line-gray: #E8E8EB; --color-link-active: #2071cc; - --color-button-danger: #ff5159; --color-bg-light: #f8f7fa; --color-page-active: #ff1767; @@ -60,15 +59,6 @@ } } - --button-danger { - background: var(--color-button-danger); - color: #fff; - box-shadow: none; - - &:hover { - background: color-mod(var(--color-button-danger) blackness(+10%)); - } - } --button-primary { background: var(--color-link-active); diff --git a/src/frontend/svg/edit.svg b/src/frontend/svg/edit.svg deleted file mode 100644 index abe5141..0000000 --- a/src/frontend/svg/edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - -