First commit
This commit is contained in:
26
application/user/signin/signin.cancel.button.js
Normal file
26
application/user/signin/signin.cancel.button.js
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
import button from '/elements/button.js';
|
||||
|
||||
|
||||
|
||||
export default class cancelButton extends button {
|
||||
|
||||
text = "Cancel";
|
||||
|
||||
float = "left";
|
||||
|
||||
|
||||
|
||||
#ifdef ANDROID
|
||||
|
||||
|
||||
|
||||
#else
|
||||
|
||||
display = "none";
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user