Commit a0081260 authored by Ruslan Karimov's avatar Ruslan Karimov

#2675. Арт Проект. Размещение кейса по DEKraft

parent 83af869e
...@@ -1626,14 +1626,14 @@ ...@@ -1626,14 +1626,14 @@
border-color: #2d323a; border-color: #2d323a;
} }
.dek_title_wrap .icon-arrowDown2::after{ .dek_title_wrap .icon-arrowDown2::after{
background: url(/images/icon/arrow_down_black.png) no-repeat; background: url(images/icon/arrow_down_black.png) no-repeat;
} }
.dek_title_wrap .toggle_bottom:hover{ .dek_title_wrap .toggle_bottom:hover{
background-color: #2d323a; background-color: #2d323a;
color: #fff; color: #fff;
} }
.dek_title_wrap .toggle_bottom:hover .icon-arrowDown2::after{ .dek_title_wrap .toggle_bottom:hover .icon-arrowDown2::after{
background: url(/images/green/arrow_down2.png) no-repeat; background: url(images/green/arrow_down2.png) no-repeat;
} }
.dek_par{ .dek_par{
...@@ -1736,14 +1736,14 @@ ...@@ -1736,14 +1736,14 @@
left: 0; left: 0;
width: 15px; width: 15px;
height: 10px; height: 10px;
background: url(/images/appl_list.png) no-repeat center; background: url(images/appl_list.png) no-repeat center;
} }
.dek_list li:not(:last-child){ .dek_list li:not(:last-child){
margin-bottom: 14px; margin-bottom: 14px;
} }
.keys_dek_bt{ .keys_dek_bt{
background: url(/images/keys_appl_bt.png) no-repeat bottom center; background: url(images/keys_appl_bt.png) no-repeat bottom center;
width: 100%; width: 100%;
min-height: 62px; min-height: 62px;
background-size: cover; background-size: cover;
......
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