diff --git a/src/index.css b/src/index.css index c977216..a7571cd 100644 --- a/src/index.css +++ b/src/index.css @@ -18,7 +18,7 @@ code { font-size: 1.2em; font-weight: bold; } .mono { font-family: monospace; font-size: 1.3em } -.button-large { +.button { padding: 10px; border: solid 1px white; border-radius: 5px; @@ -26,7 +26,11 @@ code { font-size: 1.2em; font-weight: bold; } display: inline-block; } -.button-large:hover { background: rgba(255, 255, 255, 0.2);} +.button { padding: 5px;} +.button svg { margin: 0 5px; } +.button-large { padding: 10px; } + +.button:hover { background: rgba(255, 255, 255, 0.2);} .expressionInput { padding: 3px; @@ -114,8 +118,8 @@ button { border: none; text-decoration: underline;} .light button.btn:disabled { color: #888; background-color: inherit; } .light .accent1 { color:rgb(56, 161, 103)} .light .expressionInput { border-bottom: solid 1px rgba(0, 0, 0, 0.5);} -.light .button-large { border: solid 1px gray; } -.light .button-large:hover { background: rgba(0, 0, 0, 0.2);} +.light .button { border: solid 1px gray; } +.light .button:hover { background: rgba(0, 0, 0, 0.2);} /* Dark */ .dark { background: #121212; color: white;} diff --git a/src/shell/components/DonateResultView.css b/src/shell/components/DonateResultView.css index f66519b..fc9da9a 100644 --- a/src/shell/components/DonateResultView.css +++ b/src/shell/components/DonateResultView.css @@ -1,12 +1,5 @@ -.donate-result-view .copy-button { cursor: pointer; padding: 5px} -.donate-result-view .copy-button svg { margin-right: 5px;} +.donate-result-view .copy-button {margin-left: 10px; } .donate-result-view .qrcode-container { background: white; display: inline-block; padding: 10px} -.donate-result-view .section { - margin-top: 20px; -} +.donate-result-view .section { margin-top: 20px; } -.light .donate-result-view .paypal-button { border: solid 1px gray; } - -.donate-result-view .paypal-button svg { - margin: 0 5px; -} \ No newline at end of file +.light .donate-result-view .paypal-button { border: solid 1px gray; } \ No newline at end of file diff --git a/src/shell/components/DonateResultView.tsx b/src/shell/components/DonateResultView.tsx index 95eca97..3348064 100644 --- a/src/shell/components/DonateResultView.tsx +++ b/src/shell/components/DonateResultView.tsx @@ -19,7 +19,7 @@ function DonateResultView() {
-
+