App: Light PoS on top of the existing PoS (#1909)

* Initial commit

* review fixes

* Fix padding of logo, readjust display font size when clearing numbers

Co-authored-by: Kukks <evilkukka@gmail.com>
This commit is contained in:
Mario Dian
2020-09-21 14:06:31 +08:00
committed by GitHub
parent 8891111b2c
commit c640289f4f
10 changed files with 262 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ namespace BTCPayServer.Models.AppViewModels
public int[] CustomTipPercentages { get; set; }
public string CustomCSSLink { get; set; }
public string CustomLogoLink { get; set; }
public string Description { get; set; }
public string EmbeddedCSS { get; set; }
}