1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-22 20:09:08 +00:00

Update safingTailwind-1.6.1

This commit is contained in:
Luke 2022-06-07 09:42:15 +02:00
parent fad2b66a7b
commit 7383b308e7
6 changed files with 13 additions and 5 deletions

View file

@ -30,5 +30,5 @@
<meta name="theme-color" content="#f7f7f7">
<link rel="stylesheet" href="{{ site.vendor_url }}css/fonts-roboto.css" type="text/css">
<link rel="stylesheet" href="{{ site.vendor_url }}safingTailwind/safingTailwind-1.6.css" type="text/css">
<link rel="stylesheet" href="{{ site.vendor_url }}safingTailwind/safingTailwind-1.6.1.css" type="text/css">
<link rel="stylesheet" href="{{ site.assets_url }}css/main.css" type="text/css">

BIN
vendor/safingTailwind-1.6.1.zip vendored Normal file

Binary file not shown.

Binary file not shown.

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../docs/css/highlight.min.css">
<link rel="stylesheet" href="../docs/css/style.css">
<link rel="stylesheet" href="../safingTailwind-1.6.css">
<link rel="stylesheet" href="../safingTailwind-1.6.1.css">
<script src="../docs/js/vendor/jquery.min.js" type="text/javascript"></script>
<script src="../docs/js/vendor/jquery-resizable.js"></script>
<script src="../docs/js/vendor/highlight.min.js"></script>

View file

@ -10,7 +10,7 @@ function SetUpIframeData() {
innerHtml = iframeContents.find('html');
innerBody = iframeContents.find('body');
innerHead = iframeContents.find('head');
innerHead.append('<link rel="stylesheet" href="../safingTailwind-1.6.css">');
innerHead.append('<link rel="stylesheet" href="../safingTailwind-1.6.1.css">');
innerBody.append(data)
});
setTimeout(function(){

View file

@ -6317,8 +6317,8 @@ em {
.showcase-container-reverse > :not([hidden]) ~ :not([hidden]), .showcase-container > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(9rem * var(--tw-space-y-reverse));
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.showcase-container-reverse, .showcase-container {
@ -6326,6 +6326,14 @@ em {
margin-right: 1.25rem;
}
@media (min-width: 768px) {
.showcase-container-reverse > :not([hidden]) ~ :not([hidden]), .showcase-container > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
}
@media (min-width: 1024px) {
.showcase-container-reverse > :not([hidden]) ~ :not([hidden]), .showcase-container > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;