Commit a86a8e43 authored by Ruslan Karimov's avatar Ruslan Karimov

#2700. Добавление блоков в кейс

parent e822acdd
......@@ -3672,7 +3672,7 @@ h3.block-chain-header {
@media only screen and (min-width: 768px) {
.block-chain {
background: url(/images/block_chain.png) no-repeat left top;
background: url(../images/block_chain.png) no-repeat left top;
}
.block-chain-item {
......
......@@ -140,19 +140,28 @@ u {
padding-left: 90px;
}
.benefit-item.benefit-icon-1 {
background: url(/images/benefit_icon_1.png) no-repeat 10px top;
background: url(../images/benefit_icon_1.png) no-repeat 10px top;
}
.benefit-item.benefit-icon-2 {
background: url(/images/benefit_icon_2.png) no-repeat 10px top;
background: url(../images/benefit_icon_2.png) no-repeat 10px top;
}
.benefit-item.benefit-icon-3 {
background: url(/images/benefit_icon_3.png) no-repeat 10px top;
background: url(../images/benefit_icon_3.png) no-repeat 10px top;
}
.benefit-item.benefit-icon-4 {
background: url(/images/benefit_icon_4.png) no-repeat 10px top;
background: url(../images/benefit_icon_4.png) no-repeat 10px top;
}
.benefit-item.benefit-icon-5 {
background: url(/images/benefit_icon_5.png) no-repeat 10px top;
background: url(../images/benefit_icon_5.png) no-repeat 10px top;
}
.benefit-item.benefit-icon-bank {
background: url(../images/benefit_bank.png) no-repeat 10px top;
}
.benefit-item.benefit-icon-finance {
background: url(../images/benefit_finance.png) no-repeat 10px top;
}
.benefit-item.benefit-icon-micro-finance {
background: url(../images/benefit_micro_finance.png) no-repeat 10px top;
}
}
......@@ -11069,6 +11078,16 @@ h6 {
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.keys_small_btn_more.keys_small_btn_more--right {
float: right;
margin-left: 0;
margin-right: 23px;
}
.keys_block_small:hover .keys_small_foot .keys_small_title, .keys_block_big:hover .keys_small_foot .keys_small_title {
color: #2d3642;
}
.keys_block_small .keys_small_btn_more:hover, .keys_block_small .keys_small_btn_more:focus {
text-decoration: none;
}
......
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