Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
miaawong committed Oct 4, 2024
1 parent b5fb610 commit 8891c09
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kurl_proxy/assets/insecure.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@

<div class="min-h-full w-full flex flex-1">
{{if .IsEmbeddedCluster}}
<div class="bg-[#F9FBFC]">
<div class="py-8 pl-8 shadow-[0_1px_0_#c4c8ca] w-[400px]">
<div class="bg-[#F9FBFC] min-400">
<div class="py-8 pl-8 shadow-[0_1px_0_#c4c8ca]">
<span class="text-lg font-semibold text-gray-[#323232]">
Let's get you started!
</span>
Expand Down
7 changes: 7 additions & 0 deletions kurl_proxy/assets/tls-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,3 +603,10 @@ p.hidden {
.tls-content {
width: 800px;
}

.min-400 {
min-width: 400px;
}
.width-900 {
width: 900px;
}
8 changes: 4 additions & 4 deletions kurl_proxy/assets/tls.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</div>

<div class="min-h-full w-full flex flex-1">
<div class="bg-[#F9FBFC]">
<div class="py-8 pl-8 shadow-[0_1px_0_#c4c8ca] w-[400px]">
<div class="bg-[#F9FBFC] min-400">
<div class="py-8 pl-8 shadow-[0_1px_0_#c4c8ca]">
<span class="text-lg font-semibold !color-gray-[#323232]">
Let's get you started!
</span>
Expand Down Expand Up @@ -80,7 +80,7 @@
</span>
</div>
</div>
<div class="tlsContent--wrapper px-8">
<div class="tlsContent--wrapper px-8 width-900">
<p class="tls-header my-8">Secure the Admin Console</p>
<hr />
<div class="mt-8 p-8 bg-[#F9FBFC] flex-column flex">
Expand Down Expand Up @@ -134,7 +134,7 @@
will see a warning in your browser every time you access the
admin console unless you upload your own TLS certificate.
</p>
<p class="tls-header-sub custom-cert-visible hidden tls-content">
<p class="tls-header-sub custom-cert-visible hidden">
Upload a trusted certificate to secure communication between
your browser and the Admin Console.
</p>
Expand Down

0 comments on commit 8891c09

Please sign in to comment.