*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Create page for the response texts for permission requests

Merged Moser, Maximilian requested to merge mm/permission-request-reply-text into master
Files
7
/* these styles are geared towards the custom "welcome text" page */
#welcome-text-container {
.response.text {
font-family: sans-serif;
}
#tiss-profile {
// found the TISS profile
i.info.circle.icon {
color: dodgerblue;
}
// couldn't find the TISS profile
i.exclamation.triangle.icon {
color: orange;
}
}
}
Loading