| Current Path : /home/z/i/e/zieirix/www/media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/ |
| Current File : /home/z/i/e/zieirix/www/media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss |
@include breakpoint(mobile-only) {
div.modal {
position: fixed;
top: 20px;
right: 20px;
left: 20px;
width: auto;
margin: 0;
}
div.modal.fade {
top: -100px;
}
div.modal.fade.in {
top: 20px;
}
}
@include breakpoint(small-mobile-range) {
div.modal {
top: 10px;
right: 10px;
left: 10px;
}
}
@include breakpoint(mobile-only) {
.pull-right {
&.item-image {
margin-left: 0;
}
}
.pull-left {
&.item-image {
margin-right: 0;
}
}
}