Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
70 righe
1.5 KiB
70 righe
1.5 KiB
.aui { |
|
.confirmModal { |
|
.yui3-widget-mask { |
|
z-index: 2!important; |
|
} |
|
|
|
.modal-content { |
|
height: auto; |
|
} |
|
.modal { |
|
height: auto !important; |
|
width: 80%!important; |
|
max-width: 750px!important; |
|
z-index: 2!important; |
|
background-color: transparent; |
|
left: 50%!important; |
|
top: 40%!important; |
|
@include transform(translate(-50%, -50%)); |
|
overflow: unset; |
|
|
|
@media (max-width: $mobile) { |
|
overflow: auto; |
|
} |
|
.modal-header { |
|
.modal_title { |
|
@media (max-width: $mobile) { |
|
font-size: 18px; |
|
} |
|
} |
|
} |
|
.modal-body { |
|
max-height: 60vh; |
|
|
|
.list-body-modal { |
|
.item-body-modal { |
|
padding-top: 2px; |
|
padding-bottom: 2px; |
|
position: relative; |
|
|
|
@media (max-width: $mobile) { |
|
font-size: 14px; |
|
} |
|
} |
|
.item-body-modal:after { |
|
content: ''; |
|
width: 20px; |
|
height: 1px; |
|
background-color: $w; |
|
position: absolute; |
|
bottom: 0; |
|
left: 50%; |
|
@include transform(translateX(-50%)); |
|
|
|
} |
|
} |
|
} |
|
.modal-footer { |
|
button { |
|
width: 100px; |
|
transition: all $speed; |
|
border-radius: 5px!important; |
|
|
|
@media (max-width: $mobile) { |
|
width: 100%; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |