summaryrefslogtreecommitdiff
path: root/src/components/Button.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Button.module.css')
-rw-r--r--src/components/Button.module.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Button.module.css b/src/components/Button.module.css
index 8fb6a92..205bfe9 100644
--- a/src/components/Button.module.css
+++ b/src/components/Button.module.css
@@ -25,3 +25,11 @@
padding: 6px 12px;
}
}
+
+.withIconWrapper {
+ display: flex;
+ align-items: center;
+ .txt {
+ margin-left: 5px;
+ }
+}