aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/send.scss
blob: e1ea73de570bdf3335cacddf46a3457ecdef6fba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.send-screen-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 500px;
  z-index: $send-card-z-index;
  position: absolute;
  top: 5%;

  @media screen and (max-width: $break-small) {
    top: 33px;
  }

}

.send-screen-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  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;
}

.send-eth-icon {
  border-radius: 25px;
  width: 45px;
  height: 45px;
  border: 1px solid $alto;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}

.send-screen-input-wrapper {
  width: 95%;
  position: relative;
}

.send-screen-input {
  width: 100%;
}

.send-screen-gas-input {
  width: 100%;
  background-color: $concrete;
  border-width: 0px;
  border-style: none;
}

.send-screen-amount-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.send-screen-gas-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.send-screen-bolt-icon {}

.send-screen-gas-input-customize {
  position: absolute;
  top: 30px;
  right: 18px;
  color: #3098DC;
  font-size: 12px;
  cursor: pointer;
}

div.__react_component_tooltip.send-tooltip {
  left: 177px;
  top: 50px;
  width: 237px;
  height: 307px;
  background-color: white;
  opacity: 1;
  box-shadow: grey 0px 0px 5px;
  z-index: 1050;
}