Created
October 13, 2017 20:02
-
-
Save rqreyes/a352b508524ec04d7738f86e748ca779 to your computer and use it in GitHub Desktop.
overwrite template meetings manager widget styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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