Update bootstrap to v5.3.1 for backend static pages

This commit is contained in:
shamoon
2023-08-23 16:29:03 -07:00
parent ca1b8344fa
commit 95cd86a541
5 changed files with 61 additions and 142 deletions

View File

@@ -5,14 +5,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Paperless-ngx</title>
<base href="{% url 'base' %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Paperless-ngx</title>
<base href="{% url 'base' %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="cookie_prefix" content="{{cookie_prefix}}">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="{% static webmanifest %}">
<meta name="author" content="The Paperless-ngx Team">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="{% static webmanifest %}">
<link rel="stylesheet" href="{% static styles_css %}">
<link rel="apple-touch-icon" href="{% static apple_touch_icon %}">
</head>
@@ -33,7 +34,7 @@
height: 100%;
}
@-webkit-keyframes pulsate {
@keyframes pulsate {
0% {
opacity: 0.1;
}
@@ -47,8 +48,8 @@
.app-loader svg, .app-loader h6 {
opacity: 0.1;
-webkit-animation: pulsate 2s ease-out;
-webkit-animation-iteration-count: infinite;
animation: pulsate 2s ease-out;
animation-iteration-count: infinite;
}
svg.logo .leaf {