diff --git a/scss/post.scss b/scss/post.scss index a4ff42cef16472349c929db8bf6d2461c2fc5445..e17b438d3b985549d6faf2f70420fa50f221cec3 100644 --- a/scss/post.scss +++ b/scss/post.scss @@ -5,9 +5,6 @@ You can add your SCSS code here if you really need to. */ // Create variables to override the default value for variables used in the Moodle and Bootstrap SCSS files. /*************************** Import section *****************************/ -// @import "fontawesome"; -// @import "bootstrap"; -// @import "moodle"; /*************************** Colors ****************************/ @@ -363,8 +360,12 @@ footer#page-footer { .rememberpass { display: none; } +} - +a[href*="@"]::before { + font-family: FontAwesome; + content: "\f003"; + padding-right: 5px; } #categoryquestions { diff --git a/version.php b/version.php index 871aa014ec053e78f5b3b81f9d2c00a5002030f0..7ef9fa381d3651e6ff316f01a228d44514b7b3a0 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus_child'; -$plugin->version = 2021010901; +$plugin->version = 2021010902; $plugin->release = 'v3.10-r2'; $plugin->requires = 2020110900; $plugin->supported = [310, 310];