From 715cdcfcffc22b8b3e6e22ca981a4822dc1e04bc Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 6 Aug 2023 23:42:50 +0200 Subject: [PATCH] More consistent style for the buttons on the tokens settings page. --- .../http/webapp/src/components/panels/Settings/Token.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platypush/backend/http/webapp/src/components/panels/Settings/Token.vue b/platypush/backend/http/webapp/src/components/panels/Settings/Token.vue index ab10f6f7d..20b69c300 100644 --- a/platypush/backend/http/webapp/src/components/panels/Settings/Token.vue +++ b/platypush/backend/http/webapp/src/components/panels/Settings/Token.vue @@ -269,6 +269,10 @@ export default { padding: 1em; } } + + .btn { + border-radius: 1em; + } } @media screen and (max-width: calc(#{$desktop} - 1px)) {