Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jan 11, 2024
1 parent 363f29b commit 25d054e
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
16 changes: 16 additions & 0 deletions docs/_sass/components/v1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,27 @@
width: 100%;
}

.v1-content {
background-color: #f9f9f9;
font-size: 0.875em;
margin: -1.5rem -1.5rem 1.5rem;
padding: 1.5rem;
color: #666;
box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);

ul {
margin-left: 1.5em;
margin-top: 0.5em;
list-style: disc;
}
}

form {
background-color: #fff;
padding: 1.5em;
border-radius: 0.5em;
width: 100%;
overflow: hidden;
}

.button {
Expand Down
14 changes: 14 additions & 0 deletions docs/css/bulma-docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/bulma-docs.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v1-beta.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: v1 beta sign up
title: "Bulma v1 Beta: Sign up to the mailing list"
layout: playground
---
<div class="v1-main">
Expand All @@ -10,7 +10,7 @@ <h3 class="v1-title">
</h3>

<form action="https://mail.jgthms.com/subscribe" method="POST" accept-charset="utf-8">
<div class="content">
<div class="v1-content">
<p>Join the Beta to:</p>
<ul>
<li>gain access to the private v1 repository</li>
Expand Down

0 comments on commit 25d054e

Please sign in to comment.