From 598bcb5b83c49463a58d4f9664e459b7c2078422 Mon Sep 17 00:00:00 2001 From: "Vsevo;od" <96574851+vsevolod22@users.noreply.github.com> Date: Sun, 30 Jul 2023 11:07:45 +0300 Subject: [PATCH] new --- PaydayFrontend/Views/Home/Credits.cshtml | 12 ++++++++++++ PaydayFrontend/wwwroot/css/style.css | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/PaydayFrontend/Views/Home/Credits.cshtml b/PaydayFrontend/Views/Home/Credits.cshtml index 4842094..f05ebcb 100644 --- a/PaydayFrontend/Views/Home/Credits.cshtml +++ b/PaydayFrontend/Views/Home/Credits.cshtml @@ -19,6 +19,18 @@
+ + + @{ foreach (var offer in Model.Offers) { diff --git a/PaydayFrontend/wwwroot/css/style.css b/PaydayFrontend/wwwroot/css/style.css index 2eec9ef..c330f37 100644 --- a/PaydayFrontend/wwwroot/css/style.css +++ b/PaydayFrontend/wwwroot/css/style.css @@ -977,3 +977,22 @@ footer { display: none } /*# sourceMappingURL=style.css.map */ +#add { + border-radius: 33px; + background: linear-gradient(180deg, #F72719 1.04%, #FF968E 100%); +} +#add_text { + color: #FFF; + font-family: Roboto; + font-size: 24px; + font-style: normal; + font-weight: 500; + line-height: normal; + text-align: center; +} +.add_procent { + margin-right:35px +} +.add_img { + margin-right: 3px; +} \ No newline at end of file