|
123456789101112131415161718192021 |
-
- #switch-merchant {
- width: 200px ;
- }
-
- #switch-merchant select {
- width: 100% ;
- }
-
- .ui-sortable-helper{ display: table;}
- .ui-state-highlight{background: #eee}
- .lc-sortable div:last-child{display: none;}
-
-
- .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
- .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;}
- .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; }
- .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
- .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;}
-
- .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
|