Commit 25366bbd854839764198b1ee039d20fe2720ad93

Authored by Виталий
1 parent bba33968

Веталь

Showing 1 changed file with 10 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -544,7 +544,7 @@ ul.social {margin-top: 20px;}
544 544 #order-payment{float:right;width:280px;}
545 545 #order-delivery{float:right;width:280px;}
546 546  
547   -.delivery-data{background: #95ba2f;display:none;border-radius: 5px;float: left;box-sizing: border-box; padding: 14px 20px; color: #fff; font-size: 13px;}
  547 +.delivery-data{margin-bottom:27px;position:relative;background: #95ba2f;display:none;border-radius: 5px;float: left;box-sizing: border-box; padding: 14px 20px; color: #fff; font-size: 13px;}
548 548  
549 549 .jcarousel-next-disabled, .jcarousel-prev-disabled {display: none !important;}
550 550 .content2 br {display: none;}
... ... @@ -1467,4 +1467,12 @@ input.custom-radio + label:hover {
1467 1467 }
1468 1468 .cont_shop_but-wr .submit4.bottom3 {float: right;}
1469 1469 ._qqq_ .params {font-size: 12px;}
1470   -.activeShow {border-bottom: 0 !important;}
1471 1470 \ No newline at end of file
  1471 +.activeShow {border-bottom: 0 !important;}
  1472 +.delivery-data:after {
  1473 + width: 100%;
  1474 + border-bottom: 1px solid #d2d2d2;
  1475 + position: absolute;
  1476 + content: '';
  1477 + bottom: -27px;
  1478 + left: 0;
  1479 +}
1472 1480 \ No newline at end of file
... ...