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