Current File : /home/kelaby89/muzza.fit/wp-content/plugins/mp-timetable/media/less/no-js.less |
.mptt-shortcode-wrapper {
.mptt-shortcode-table {
&:first-of-type {
display: table !important;
}
.mptt-event-container {
&:hover {
height: auto !important;
min-height: 100% !important;
}
}
}
}
body {
&.mprm_ie_browser {
.mptt-shortcode-wrapper {
.mptt-event-container {
height: auto !important;
}
}
}
}
@media (max-width: 767px) {
.mptt-shortcode-wrapper {
.mptt-shortcode-table {
&:first-of-type {
display: none !important;
}
}
}
}