You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

custom.css 1001B

4 years ago
123456789101112131415161718192021
  1. #switch-merchant {
  2. width: 200px ;
  3. }
  4. #switch-merchant select {
  5. width: 100% ;
  6. }
  7. .ui-sortable-helper{ display: table;}
  8. .ui-state-highlight{background: #eee}
  9. .lc-sortable div:last-child{display: none;}
  10. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  11. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap{position:relative; : 100%; height: 139px; display: flex; align-items: center; justify-content: center; background: #eee; background-size: contain;}
  12. .lc-ckfinder-wrap .lc-ckfinder-illu{width: 100%; height: 100%; background-size: contain; position: absolute; top: 0; left: 0;z-index: 1; background-repeat: no-repeat; background-position: center center; }
  13. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  14. .lc-ckfinder-wrap .lc-ckfinder-remove{border: 0px; font-size: 1.8rem; position: absolute;z-index: 2; color:#dc3545; top: -20px; right: -20px; background: 0; display: none;}
  15. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}