namespace WatchIt.Website.Services.Configuration.Model;
public class Style
{
public int DefaultPanelPadding { get; set; }
}