Commit b9c357b2 authored by Ruslan Karimov's avatar Ruslan Karimov

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

parent b283b2fb
...@@ -3633,20 +3633,21 @@ h3.block-chain-header { ...@@ -3633,20 +3633,21 @@ h3.block-chain-header {
display: block; display: block;
margin-bottom: 20px; margin-bottom: 20px;
box-shadow: 0 0 18px rgba(0,1,3,.26); box-shadow: 0 0 18px rgba(0,1,3,.26);
background-size: cover;
} }
.case--crypto { .case--crypto {
background: url("../images/crypto_case.png") no-repeat center; background: url("../images/crypto_case.png") no-repeat center;
background-size: cover;
} }
.case--lizing { .case--lizing {
background: url("../images/lizing_case.png") no-repeat center; background: url("../images/lizing_case.png") no-repeat center;
background-size: cover;
} }
.case--lizing-ai { .case--lizing-ai {
background: url("../images/lizing_ai_case.png") no-repeat center; background: url("../images/lizing_ai_case.png") no-repeat center;
background-size: cover;
} }
.case:hover .case__footer { .case:hover .case__footer {
......
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