
HTML SCSSResult Skip Results Iframe
EDIT ON

.R18-dialog {
    width: unset;
    max-width: unset;
    height: unset;
    max-height: unset;
    padding: unset;
    color: unset;
    background-color: unset;
    border: unset;
    overflow: unset;
  }
  .R18-dialog::backdrop{
    position: unset;
    inset: unset;
    background:unset;
}

.modal-close {
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  text-decoration: none;
  border: none;
  background-color: #fff;
  color: #222;
  &:hover {
    color: #222;
  }
}

.R18-dialog {
max-width: unset;
max-height: unset;
inset-block-start: unset;
inset-block-end: 0px;
user-select: unset;
visibility: unset;
overflow: unset;
box-shadow: 0px 20px 36px 0px rgba(59, 59, 59, 0.6);
height: 17em;
width: 80dvw;
max-width: 400px;
border: none;
text-align: center;
position: fixed;
inset: 0;
margin: auto;
}

.R18-dialog::backdrop {
  background: rgba(0 0 0 0.4);
}

#R18-dialog-container{
  padding: 1em;
}

.R18 {
    background-color: #f60c86; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    padding: 0.2rem;
    -webkit-appearance: none;
    font-size: 1.05em;
    border : 0;
  }
