arles-2020: hide link to agent (#40679)

This commit is contained in:
Serghei Mihai 2020-03-19 15:16:03 +01:00
parent 24194fbff6
commit 7220d1c206
1 changed files with 5 additions and 0 deletions

View File

@ -436,3 +436,8 @@ div.SubmitWidget {
}
}
}
/* always hide agent portal link */
a#publik-portal-agent {
display: none;
}