From 460c08beb3096cdb325e271d17c5f3b20bb12f4b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 22:35:48 +0200 Subject: [PATCH] wait #5196 @0.25 --- resources/css/common/global.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/resources/css/common/global.css b/resources/css/common/global.css index ef72455..ad3aedf 100644 --- a/resources/css/common/global.css +++ b/resources/css/common/global.css @@ -15,10 +15,17 @@ h1, h2, h3, h4 { @apply font-semibold; } -h1 { @apply text-6xl; } -h2 { @apply text-4xl; } +h1 { + @apply text-6xl; +} + +h2 { + @apply text-4xl; +} -[x-cloak] { display: none !important; } +[x-cloak] { + display: none !important; +} .circle-arrow { display: inline-block; @@ -26,3 +33,7 @@ h2 { @apply text-4xl; } height: 3em; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect width='48' height='48' rx='24' fill='%230825e2'/%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M29.089 23.537H18'/%3E%3Cpath d='m24.555 19 4.534 4.541-4.534 4.533'/%3E%3C/g%3E%3C/svg%3E"); } + +.pdf-overlay .menu-opener { + visibility: hidden; +} -- 2.39.5