app/Plugin/CartUpRecommend/Resource/template/default/Cart/index_css.twig line 1

Open in your IDE?
  1. <style>
  2.     .cart_up_recommend_item_left {
  3.         padding-left: 15px !important;
  4.     }
  5.     .cart_up_recommend_item_message {
  6.         display: none;
  7.     }
  8.     .cart_up_recommend_item_message_sp {
  9.         display: block;
  10.         margin-bottom: 5px;
  11.     }
  12.     .cart_up_recommend_link {
  13.         font-weight: bold;
  14.     }
  15.     @media only screen and (min-width: 768px) {
  16.         .cart_up_recommend_item_message {
  17.             display: block;
  18.             margin-bottom: 5px;
  19.         }
  20.         .cart_up_recommend_item_message_sp {
  21.             display: none;
  22.         }
  23.     }
  24. </style>