add mail page subscript

This commit is contained in:
2024-04-04 21:44:28 +03:00
parent 23ce0e4c37
commit e2bb0bd68f
13 changed files with 191 additions and 89 deletions

View File

@@ -1878,6 +1878,10 @@ a{
margin-bottom: 14px;
}
.post_author_sub{
font-style: italic;
}
#form_subscript{
margin-bottom: 32px;
}
@@ -2104,7 +2108,7 @@ a{
.btn_soc{
margin-right: 18px;
padding: 10px;
padding: 12px;
border-radius: 50%;
border: 1px solid #D5D5D6;
}
@@ -2113,6 +2117,12 @@ a{
margin-left: 12px;
}
.btn_soc_ru{
margin-right: 18px;
border-radius: 50%;
border: 1px solid #D5D5D6;
}
/*.rating{
border-radius: 50%;
@@ -2150,7 +2160,7 @@ a{
.btn_soc{
margin-right: 18px;
padding: 10px;
padding: 12px;
border-radius: 50%;
border: 1px solid #D5D5D6;
}
@@ -2400,6 +2410,10 @@ span.rub_back_title{
color: #2D9CDB;
}
.promo-poll{
margin-bottom: 22px;
}
.promo-poll a{
color: #2D9CDB;
}