Skip to content
Snippets Groups Projects
Commit 99721a50 authored by Julian Tolstich's avatar Julian Tolstich
Browse files

Merge branch '1-darstellung-von-mailto-links' into 'main'

ADD mail icon to hrefs that contain @ character...

Closes #1

See merge request !2
parents 0e58bbc2 d1eb31a0
Branches hsh-v1.1.9
No related tags found
1 merge request!2ADD mail icon to hrefs that contain @ character...
......@@ -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 {
......
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment