diff --git a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.css b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.css index 6b79610..7562f51 100644 --- a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.css +++ b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.css @@ -46,7 +46,6 @@ max-width: 100%; overflow: hidden; font-family: var(--font-family); - font-display: swap; color: #000; } body { diff --git a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.scss b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.scss index c5f2f69..7252f9d 100644 --- a/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.scss +++ b/Admin/Install/Application/Timerecording/Themes/Akebi/css/timerecording-small.scss @@ -7,7 +7,6 @@ html, body { max-width: 100%; overflow: hidden; font-family: var(--font-family); - font-display: swap; color: #000; } diff --git a/Admin/Install/Application/Timerecording/login.tpl.php b/Admin/Install/Application/Timerecording/login.tpl.php index 57b52f5..6052fb7 100644 --- a/Admin/Install/Application/Timerecording/login.tpl.php +++ b/Admin/Install/Application/Timerecording/login.tpl.php @@ -88,23 +88,10 @@ $head = $this->head; } #login-logo img { - animation: pulse 1.5s ease infinite alternate; width: 20%; min-width: 200px; } - @keyframes pulse { - 0% { - width: 20%; - min-width: 200px; - } - - 30%, 100% { - width: 25%; - min-width: 210px; - } - } - h1 { text-shadow: 2px 2px 3px rgba(0,0,0,0.3); } @@ -244,7 +231,7 @@ $head = $this->head;
+