/*------------------ CropPic -------------------*/ #cropContainerModal_2, img.croppedImg_2 { width:350px !important; height:140px !important; @media screen and (max-width:373px) { width:93.8vw !important; height:37.5vw !important; } } #cropContainerModal_3, img.croppedImg_3 { @media screen and (max-width:364px) { width:93.4vw !important; height:53.9vw !important; } } #cropContainerModal_4, img.croppedImg_4 { @media screen and (max-width:370px) { width:92vw !important; height:61vw !important; } } .cropControls { //コントローラー .fa-check:before { color:$second-color; } } /*--団体編集>カバー画像--*/ //.cropImgWrapper { // aspect-ratio:5 / 2 !important; // width:auto !important; // height:auto !important; // left:50% !important; // transform:translateX(-50%) !important; //} /*------------------ CropPic css上書き -------------------*/ //コントローラー .cropControls{ //z-index:2; //position:absolute; //height:30px; /* display:flex; */ //display:block; //display: -webkit-box; //display: -webkit-flex; /* safari */ /* display: -ms-flexbox; /* IE */ /* display:-moz-box; /* FireFox */ //font-family:sans-serif; //background-color:rgba(0,0,0,0.75); //top: 50%; //left: 50%; //margin-right: -50%; //-webkit-transform: translate(-50%, -50%); //-ms-transform: translate(-50%, -50%); //transform: translate(-50%, -50%); //height:30px; //下記追記 height:60px !important; } .cropControls i { //width:30px; //height:30px; //line-height:30px; width:60px !important; height:60px !important; line-height:60px !important; //下記追記 font-size:30px !important; } @media only screen and (max-device-width: 600px) { #croppicModalObj .cropControls { //height:90px; //下記追記 height:45px !important; display:flex !important; justify-content: space-between !important; width:96% !important; } #croppicModalObj .cropControls i { //width:90px; //height:90px; //line-height:90px; //font-size:45px; width:45px !important; height:45px !important; line-height:45px !important; font-size:23px !important; } }