This file contains 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
/* Adjust Media Grid Text */ | |
/* Updated: 04/08/2020 */ | |
.ev-media-grid-item-title { | |
font-size: 1.3em !important; | |
margin-bottom: 0.3em; | |
} |
This file contains 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
/* Fill Notification Dialog Icons */ | |
/* Updated: 04/08/2020 */ | |
.ev-notify .ev-notify-icon .ev-icon | |
{ | |
color: #fff; | |
} | |
.ev-notify .ev-notify-prompt.ev-is-correct-feedback .ev-notify-icon .ev-icon | |
{ | |
color: #fff; | |
background-color: #00ac3e; |
This file contains 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
/* Remove Submitted MCQ Tick or Cross */ | |
/* Updated: 04/08/2020 */ | |
.ev-buttons-marking-icon { | |
display: none; | |
} |
This file contains 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
/* Article Clipping */ | |
/* Updated: 04/08/2020 */ | |
.ev-article { | |
overflow: hidden; | |
} |
This file contains 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
/* Hide Locked Articles */ | |
/* Updated: 04/08/2020 */ | |
.ev-article-is-locked { | |
display: none; | |
} |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<style> | |
* { | |
margin: 0; |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<style> | |
* { | |
margin: 0; |