You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
2.1 KiB
107 lines
2.1 KiB
.all_access {
|
|
margin-top: 4vh;
|
|
height: 50vh;
|
|
}
|
|
|
|
/*========== Non-Mobile First Method ==========*/
|
|
@media only screen and (max-width: 1500px) {
|
|
.all_access {
|
|
height: 46vh !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1400px) {
|
|
.all_access {
|
|
height: 42vh !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1300px) {
|
|
.all_access {
|
|
height: 38vh !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1200px) {
|
|
.all_access {
|
|
height: 34vh !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1024px) {
|
|
.all_access {
|
|
height: 30vh !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
.all_access {
|
|
margin-top: 8vh;
|
|
height: 26vh !important;
|
|
}
|
|
.my-login-page .container.login-cont {
|
|
-webkit-box-pack: center !important;
|
|
-ms-flex-pack: center !important;
|
|
justify-content: center !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
.all_access {
|
|
margin-top: 10vh;
|
|
height: 22vh !important;
|
|
}
|
|
/* .navbar-toggler {
|
|
display: none !important;
|
|
} */
|
|
.navbar-nav .dropdown-menu {
|
|
position: absolute!important;
|
|
box-shadow: 0px 5px 10px rgba(49, 49, 49, 0.349);
|
|
}
|
|
}
|
|
|
|
/* Extra Small Devices, Phones */
|
|
@media only screen and (max-width: 480px) {
|
|
.all_access {
|
|
margin-top: 10vh;
|
|
height: 14vh !important;
|
|
}
|
|
.logo {
|
|
width: 180px!important;
|
|
}
|
|
/* Event details */
|
|
.event-details-header {
|
|
padding-top: 0px!important;
|
|
padding-bottom: 30px;
|
|
}
|
|
.mc-carousel-card img.mc-card-img-top {
|
|
height: 140px!important;
|
|
}
|
|
.mc-workshop-list .mc-card-img {
|
|
height: 192px;
|
|
}
|
|
.mc-workshop-list .mc-card-img img {
|
|
height: 192px;
|
|
}
|
|
.mc-workshop-title {
|
|
line-height: 10px;
|
|
margin-top: 8px;
|
|
}
|
|
.mc-workshop-session.text-dark span.font-weight-bold {
|
|
margin-right: 8px;
|
|
}
|
|
.mc-workshop-status {
|
|
font-size: 12px!important;
|
|
}
|
|
.mc-workshop-partner span {
|
|
font-size: 14px!important;
|
|
}
|
|
.mc-workshop-card.card .mc-dot{
|
|
color: transparent!important;
|
|
width: 16px;
|
|
}
|
|
|
|
}
|
|
|
|
/* Custom, iPhone Retina */
|
|
/*# sourceMappingURL=responsive.css.map */
|