From d81592ec970d207d4e37beb6c275ad6b77979e39 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 20 Dec 2019 17:45:05 +0800 Subject: feat: support proxy provider --- src/components/Button.module.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/components/Button.module.css') diff --git a/src/components/Button.module.css b/src/components/Button.module.css index 205bfe9..c232a66 100644 --- a/src/components/Button.module.css +++ b/src/components/Button.module.css @@ -24,6 +24,22 @@ font-size: 1em; padding: 6px 12px; } + + &.plain { + border-radius: 100%; + padding: 0; + display: flex; + border-color: transparent; + background: none; + &:focus { + border-color: var(--color-focus-blue); + } + &:hover { + background: #387cec; + border: 1px solid #387cec; + color: #fff; + } + } } .withIconWrapper { -- cgit v1.3.1