+
+

+ Альфа Банк
+
на 4 года
+
+
+ Потребительский кредит от 13% в год
+
+
+
@{
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