Skip to content

Instantly share code, notes, and snippets.

@rqreyes
Created October 13, 2017 20:02
Show Gist options
  • Save rqreyes/a352b508524ec04d7738f86e748ca779 to your computer and use it in GitHub Desktop.
Save rqreyes/a352b508524ec04d7738f86e748ca779 to your computer and use it in GitHub Desktop.
overwrite template meetings manager widget styles
.small_box.meeting_box {
.box_header {
padding: 0;
border-bottom: none;
margin: 0;
}
.box_title {
display: block;
font-size: @mobile-header-font-size !important;
font-weight: @mobile-header-font-weight !important;
text-transform: uppercase;
color: @mobile-header-text-color !important;
}
h1.mobile_header {
display: none;
}
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
.small_box.meeting_box {
.box_title {
font-size: @small-box-title-size !important;
margin: -1px -1px 0 -1px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment