Last active
October 21, 2019 15:26
-
-
Save robertuniqid/15917f2cac91f5adac94053a0727c284 to your computer and use it in GitHub Desktop.
WPEP Common CSS Snippets
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
.wpep-wrapper .wpep-container .course-primary-container .course-primary-content .wpep-course-form .section-accordion-group > h2 .checkbox > strong, | |
.wpep-wrapper .wpep-container .course-primary-container .course-primary-content .wpep-course-form .section-accordion-group .lesson-accordion .lesson-accordion-group .ui-accordion-header .checkbox > strong { | |
display: none !important; | |
} |
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
.wpep-wrapper .wpep-container strong { | |
font-weight: bold !important; | |
} |
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
.wpep-wrapper .wpep-container #course-grid .grid-item-cont .wpep-course-grid-items-container.items-per-row-3 .course-grid-item { | |
width : 31%; | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} |
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
.wpep-wrapper .wpep-container #course-grid .grid-item-cont .wpep-course-grid-items-container.items-per-row-4 .course-grid-item { | |
width : 22%; | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} |
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
.lesson-accordion-group iframe, | |
.lesson-accordion-group object, | |
.lesson-accordion-group embed { | |
width : 100% !important; | |
height : 360px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment