]> _ Git - odl.git/commitdiff
wait #5196 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Mar 2022 20:35:48 +0000 (22:35 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Mar 2022 20:35:48 +0000 (22:35 +0200)
resources/css/common/global.css

index ef7245594188074684dc96864e87e7c638efa051..ad3aedf1efd9ae21af935512576b325507d842be 100644 (file)
@@ -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;
+}