Skip to content

Commit 277752e

Browse files
committed
added white-box class, see #120
1 parent 3bd9b02 commit 277752e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+213
-209
lines changed

assets/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
@apply cursor-not-allowed no-underline text-gray-300;
8282
}
8383

84+
.white-box {
85+
@apply rounded-sm shadow-sm bg-white;
86+
}
87+
8488
.StripeElement {
8589
@apply rounded-sm border border-gray-300 px-3 py-2;
8690
}

content/boxcryptor-alternative.de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Kommen wir nun zum Vergleich der sichtbaren Funktionen. Die folgende Tabelle zei
8181

8282
{{< /markdownify >}}</div>
8383

84-
<table class="table-fixed divide-y divide-primary rounded-sm shadow-sm bg-white min-w-full mt-6 mb-12">
84+
<table class="table-fixed divide-y divide-primary white-box min-w-full mt-6 mb-12">
8585
<thead>
8686
<tr class="py-2">
8787
<th class="font-headline text-lg md:text-xl leading-relaxed font-normal text-left px-4 py-2 w-1/2"></th>
@@ -168,7 +168,7 @@ Lass uns jetzt einen Blick auf diese Merkmale werfen. Dafür vergleichen wir die
168168

169169
{{< /markdownify >}}</div>
170170

171-
<table class="table-fixed divide-y divide-primary rounded-sm shadow-sm bg-white min-w-full mt-6 mb-12">
171+
<table class="table-fixed divide-y divide-primary white-box min-w-full mt-6 mb-12">
172172
<thead>
173173
<tr class="py-2">
174174
<th class="font-headline text-lg md:text-xl leading-relaxed font-normal text-left px-4 py-2 w-1/2"></th>

content/boxcryptor-alternative.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Let's now compare the visible features. The following table shows you the simila
8181

8282
{{< /markdownify >}}</div>
8383

84-
<table class="table-fixed divide-y divide-primary rounded-sm shadow-sm bg-white min-w-full mt-6 mb-12">
84+
<table class="table-fixed divide-y divide-primary white-box min-w-full mt-6 mb-12">
8585
<thead>
8686
<tr class="py-2">
8787
<th class="font-headline text-lg md:text-xl leading-relaxed font-normal text-left px-4 py-2 w-1/2"></th>
@@ -168,7 +168,7 @@ Let's now take a look at these features. For this we compare the features again
168168

169169
{{< /markdownify >}}</div>
170170

171-
<table class="table-fixed divide-y divide-primary rounded-sm shadow-sm bg-white min-w-full mt-6 mb-12">
171+
<table class="table-fixed divide-y divide-primary white-box min-w-full mt-6 mb-12">
172172
<thead>
173173
<tr class="py-2">
174174
<th class="font-headline text-lg md:text-xl leading-relaxed font-normal text-left px-4 py-2 w-1/2"></th>

content/downloads/android.de.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h2>Cryptomator für Android</h2>
1414
</header>
1515

16-
<div class="rounded-sm shadow-sm bg-white my-4">
16+
<div class="white-box my-4">
1717
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
1818
<h3>Google Play</h3>
1919
</div>
@@ -27,7 +27,7 @@ <h3>Google Play</h3>
2727
</div>
2828
</div>
2929

30-
<div class="rounded-sm shadow-sm bg-white my-4">
30+
<div class="white-box my-4">
3131
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
3232
<h3>APK</h3>
3333
</div>

content/downloads/android.en.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h2>Cryptomator for Android</h2>
1414
</header>
1515

16-
<div class="rounded-sm shadow-sm bg-white my-4">
16+
<div class="white-box my-4">
1717
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
1818
<h3>Google Play</h3>
1919
</div>
@@ -27,7 +27,7 @@ <h3>Google Play</h3>
2727
</div>
2828
</div>
2929

30-
<div class="rounded-sm shadow-sm bg-white my-4">
30+
<div class="white-box my-4">
3131
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
3232
<h3>APK</h3>
3333
</div>

content/downloads/ios.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h2>Cryptomator für iOS</h2>
1414
</header>
1515

16-
<div class="rounded-sm shadow-sm bg-white my-4">
16+
<div class="white-box my-4">
1717
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
1818
<h3>App Store</h3>
1919
</div>

content/downloads/ios.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h2>Cryptomator for iOS</h2>
1414
</header>
1515

16-
<div class="rounded-sm shadow-sm bg-white my-4">
16+
<div class="white-box my-4">
1717
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
1818
<h3>App Store</h3>
1919
</div>

content/downloads/linux.de.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Cryptomator für Linux</h2>
2121
<p>Version {{< siteparam releases.appimage.version >}} • <a href="https://github.com/cryptomator/cryptomator/releases/tag/{{< siteparam releases.appimage.version >}}" target="_blank" rel="noopener">Änderungen</a></p>
2222
</header>
2323

24-
<div class="rounded-sm shadow-sm bg-white my-4">
24+
<div class="white-box my-4">
2525
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
2626
<h3>AppImage</h3>
2727
</div>
@@ -38,7 +38,7 @@ <h3>AppImage</h3>
3838
</div>
3939
</div>
4040

41-
<div class="rounded-sm shadow-sm bg-white my-4">
41+
<div class="white-box my-4">
4242
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
4343
<h3>Paketquellen</h3>
4444
</div>

content/downloads/linux.en.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Cryptomator for Linux</h2>
2121
<p>Version {{< siteparam releases.appimage.version >}} • <a href="https://github.com/cryptomator/cryptomator/releases/tag/{{< siteparam releases.appimage.version >}}" target="_blank" rel="noopener">Changelog</a></p>
2222
</header>
2323

24-
<div class="rounded-sm shadow-sm bg-white my-4">
24+
<div class="white-box my-4">
2525
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
2626
<h3>AppImage</h3>
2727
</div>
@@ -38,7 +38,7 @@ <h3>AppImage</h3>
3838
</div>
3939
</div>
4040

41-
<div class="rounded-sm shadow-sm bg-white my-4">
41+
<div class="white-box my-4">
4242
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
4343
<h3>Package Repositories</h3>
4444
</div>

content/downloads/mac.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Cryptomator für macOS</h2>
2121
<p>Version {{< siteparam releases.dmg.version >}} • <a href="https://github.com/cryptomator/cryptomator/releases/tag/{{< siteparam releases.dmg.version >}}" target="_blank" rel="noopener">Änderungen</a></p>
2222
</header>
2323

24-
<div class="rounded-sm shadow-sm bg-white my-4">
24+
<div class="white-box my-4">
2525
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
2626
<h3>DMG Image</h3>
2727
</div>

0 commit comments

Comments
 (0)