Add payment methods screen

This commit is contained in:
2020-12-29 00:10:44 +01:00
parent d997da79ba
commit 84e4910c70
15 changed files with 326 additions and 55 deletions

View File

@@ -1,8 +1,13 @@
/* You can add global styles to this file, and also import other style files */
*{
* {
font-family: 'Inter', sans-serif;
}
body, html {
margin: 0;
padding: 0;
}
:host{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;