aboutsummaryrefslogtreecommitdiff
path: root/extension/style/wallet.css
diff options
context:
space:
mode:
Diffstat (limited to 'extension/style/wallet.css')
-rw-r--r--extension/style/wallet.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/extension/style/wallet.css b/extension/style/wallet.css
new file mode 100644
index 000000000..ba698296a
--- /dev/null
+++ b/extension/style/wallet.css
@@ -0,0 +1,19 @@
+.form-row {
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+label {
+ padding-right: 1em;
+}
+
+label::after {
+ content: ":";
+}
+
+input.url {
+ width: 25em;
+}
+
+.formish {
+}