aboutsummaryrefslogtreecommitdiff
path: root/src/webex/style/wallet.css
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-11-30 04:07:36 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-01 03:00:09 +0100
commitb8ccc7c990a1542cf80578b41972f9a5b0870af9 (patch)
tree6f16319f9ce3133c4c4617129a516e692cfc3ac1 /src/webex/style/wallet.css
parentbc2c4aff8e657c7d5709433f137299491b98d257 (diff)
downloadwallet-core-b8ccc7c990a1542cf80578b41972f9a5b0870af9.tar.xz
partial implementation of tipping
Diffstat (limited to 'src/webex/style/wallet.css')
-rw-r--r--src/webex/style/wallet.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/webex/style/wallet.css b/src/webex/style/wallet.css
index 61dd611e9..dde17e890 100644
--- a/src/webex/style/wallet.css
+++ b/src/webex/style/wallet.css
@@ -251,3 +251,18 @@ a.opener {
.opener-collapsed::before {
content: "\25b6 "
}
+
+.svg-icon {
+ display: inline-flex;
+ align-self: center;
+ position: relative;
+ height: 1em;
+ width: 1em;
+}
+.svg-icon svg {
+ height:1em;
+ width:1em;
+}
+object.svg-icon.svg-baseline {
+ transform: translate(0, 0.125em);
+}