mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-28 04:09:56 +03:00
related #2147 add sans serif
in some themes we don't have open sans so use a sans serif font
This commit is contained in:
parent
1e00496cb1
commit
3b376edfb1
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ function access_denied()
|
|||
|
||||
$access_denied_html =
|
||||
'<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'.
|
||||
'<div style="display: flex; justify-content: center;align-items: center;height: 100vh;margin: 0;color: #3C3C3C;font-family: \'Open Sans\';font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;">'.
|
||||
'<div style="display: flex; justify-content: center;align-items: center;height: 100vh;margin: 0;color: #3C3C3C;font-family: \'Open Sans\', sans-serif;font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;">'.
|
||||
'<div style="text-align:center;">'.
|
||||
'<img src="themes/default/icon/warning-triangle.svg" alt="warning-triangle" >'.
|
||||
'<p style="max-width: 400px; margin-top 20px;">'.l10n('You are not authorized to access the requested page').'</p>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue