Commit 244e3294 authored by Ruslan Karimov's avatar Ruslan Karimov

#2433. Обновление описания в решении бизнеса

parent 4d46951a
......@@ -13778,20 +13778,57 @@ a.appl_btn {
margin-bottom: 14px;
font-family: "RobotoBold";
}
.appl_list.appl_list--with_desc {
margin-top: 45px;
}
.appl_list.appl_list--with_desc li {
background-position: 0 6px;
line-height: 1.3;
padding-left: 0;
font-size: 24px;
margin-bottom: 30px;
}
li.appl_list_icon {
background: none;
}
.appl_list_desc {
margin: 5px 0;
line-height: 1.5;
font-family: "RobotoLight";
margin-top: 15px;
font-size: 16px;
font-weight: normal;
}
@media only screen and (min-width: 480px) {
.appl_list_icon.icon--1 {
background: url(../images/business_icon_1.png) no-repeat top left;
}
.appl_list_icon.icon--2 {
background: url(../images/business_icon_2.png) no-repeat top left;
}
.appl_list_icon.icon--3 {
background: url(../images/business_icon_3.png) no-repeat top left;
}
.appl_list_icon.icon--4 {
background: url(../images/business_icon_4.png) no-repeat top left;
}
.appl_list.appl_list--with_desc li {
padding-left: 80px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.appl_list.appl_list--with_desc li {
font-size: 22px;
}
.appl_list li {
font-size: 19px;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.appl_list.appl_list--with_desc li {
font-size: 21px;
}
.appl_list li {
font-size: 16px;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment