aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/send.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components/send.scss')
-rw-r--r--ui/app/css/itcss/components/send.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
new file mode 100644
index 000000000..91cbfc7dd
--- /dev/null
+++ b/ui/app/css/itcss/components/send.scss
@@ -0,0 +1,30 @@
+.send-screen-wrapper {
+ display: flex;
+ flex-direction: column;
+ min-width: 355px;
+ // width: 50%;
+ z-index: 50; //TODO
+ position: absolute;
+ top: 40px;
+ // height: 65%;
+}
+
+.send-screen-card {
+ display: flex;
+ flex-direction: column;
+ margin-left: 3.5%;
+ margin-right: 3.5%;
+ background: $white;
+ box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
+}
+
+/* Send Screen */
+
+.send-screen section {
+ margin: 4px 16px;
+}
+
+.send-screen input {
+ width: 100%;
+ font-size: 12px;
+}