Skip to content
Snippets Groups Projects

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

Merged Julian Tolstich requested to merge 1-darstellung-von-mailto-links into main
2 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
4
@@ -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 {
Loading