@ape.swap/bonds-sdk 1.0.227 → 1.0.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/scss/Bonds.scss +9 -6
- package/package.json +1 -1
package/dist/scss/Bonds.scss
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
.container.header-container {
|
|
13
13
|
display: flex;
|
|
14
14
|
justify-content: space-around;
|
|
15
|
+
align-items: center;
|
|
15
16
|
width: 100%;
|
|
16
17
|
padding-top: 5px;
|
|
17
18
|
padding-left: 15px;
|
|
@@ -39,11 +40,6 @@
|
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
.column {
|
|
42
|
-
display: flex;
|
|
43
|
-
//justify-content: center;
|
|
44
|
-
align-items: center;
|
|
45
|
-
// flex: 1;
|
|
46
|
-
text-align: center;
|
|
47
43
|
cursor: pointer;
|
|
48
44
|
}
|
|
49
45
|
|
|
@@ -77,46 +73,53 @@
|
|
|
77
73
|
.column.column-bondinfo {
|
|
78
74
|
flex-direction: row;
|
|
79
75
|
align-items: center;
|
|
76
|
+
justify-content: space-around;
|
|
80
77
|
width: 60%;
|
|
81
|
-
min-width: 600px;
|
|
82
78
|
}
|
|
83
79
|
|
|
84
80
|
.column.column-discount {
|
|
85
81
|
flex-direction: column;
|
|
86
82
|
justify-content: center;
|
|
87
83
|
align-items: center;
|
|
84
|
+
width: 20%;
|
|
88
85
|
}
|
|
89
86
|
|
|
90
87
|
.discount-positive {
|
|
91
88
|
color: #38A611;
|
|
89
|
+
width: 20%;
|
|
92
90
|
}
|
|
93
91
|
|
|
94
92
|
.discount-negative {
|
|
95
93
|
color: #DF4141;
|
|
94
|
+
width: 20%;
|
|
96
95
|
}
|
|
97
96
|
|
|
98
97
|
.column.column-arr {
|
|
99
98
|
flex-direction: column;
|
|
100
99
|
justify-content: center;
|
|
101
100
|
align-items: center;
|
|
101
|
+
width: 20%;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.column.column-term {
|
|
105
105
|
flex-direction: column;
|
|
106
106
|
justify-content: center;
|
|
107
107
|
align-items: center;
|
|
108
|
+
width: 20%;
|
|
108
109
|
}
|
|
109
110
|
|
|
110
111
|
.column.column-tokensremaining {
|
|
111
112
|
flex-direction: column;
|
|
112
113
|
justify-content: center;
|
|
113
114
|
align-items: center;
|
|
115
|
+
width: 20%;
|
|
114
116
|
}
|
|
115
117
|
|
|
116
118
|
.column.column-hotbond {
|
|
117
119
|
flex-direction: column;
|
|
118
120
|
justify-content: center;
|
|
119
121
|
align-items: center;
|
|
122
|
+
width: 20%;
|
|
120
123
|
}
|
|
121
124
|
|
|
122
125
|
.column.header-icon {
|