summaryrefslogtreecommitdiff
path: root/src/components/ProxyProvider.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-02-10 22:53:14 +0800
committerHaishan <[email protected]>2020-02-10 23:04:57 +0800
commite85116bf717b51c0d4aa4f07c91944414f0a4b4e (patch)
tree63a6167eaeb7b1da842caafe47947d3997a65a38 /src/components/ProxyProvider.module.css
parentbd82b8c5e3bad3efeecd9e2599b07128d290bea6 (diff)
refactor(Proxies): UI revamp
Diffstat (limited to 'src/components/ProxyProvider.module.css')
-rw-r--r--src/components/ProxyProvider.module.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/components/ProxyProvider.module.css b/src/components/ProxyProvider.module.css
index 270cd03..534305b 100644
--- a/src/components/ProxyProvider.module.css
+++ b/src/components/ProxyProvider.module.css
@@ -1,22 +1,3 @@
-.header {
- display: flex;
- align-items: center;
- cursor: pointer;
-
- .arrow {
- display: inline-flex;
- transform: rotate(0deg);
- transition: transform 0.3s;
- &.isOpen {
- transform: rotate(180deg);
- }
-
- &:focus {
- outline: var(--color-focus-blue) solid 1px;
- }
- }
-}
-
.updatedAt {
margin-bottom: 12px;
small {