File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,10 @@ export default class PermaMint extends mixins(
255
255
this .price = value
256
256
}
257
257
258
+ layout() {
259
+ return ' centered-half-layout'
260
+ }
261
+
258
262
get fileType() {
259
263
return resolveMedia (this .file ?.type )
260
264
}
@@ -530,6 +534,7 @@ export default class PermaMint extends mixins(
530
534
</script >
531
535
532
536
<style >
537
+ /* ??? global */
533
538
.message.is-primary .message-body {
534
539
color : #d32e79 !important ;
535
540
}
Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ export default class Transfer extends mixins(
179
179
protected price = 0 ;
180
180
protected usdValue = 0 ;
181
181
182
+ layout() {
183
+ return ' centered-half-layout'
184
+ }
185
+
182
186
get disabled(): boolean {
183
187
return ! this .hasAddress || ! this .price || ! this .accountId
184
188
}
You can’t perform that action at this time.
0 commit comments