diff --git a/server/styles.css b/server/styles.css index 9eee7fa97fb45b914c85fb27c76d5b85877d9372..71b036caa75373d50622c648e7a1904620aa20fb 100644 --- a/server/styles.css +++ b/server/styles.css @@ -83,4 +83,54 @@ margin-right: 0; } } + + :root { + --color: white; + --disabled: #959495; + } + + .checkbox { + color: var(--color); + } + + .checkbox--disabled { + color: var(--disabled); + } + + .checkbox__control { + width: 1.5rem; + height: 1.5rem; + border: 1px solid white; + } + + .checkbox__control svg { + transform: scale(0); + transform-origin: center center; + } + + .checkbox__input { + + } + + .checkbox__input * { + + } + + .checkbox__input input { + opacity: 0; + width: 1.5rem; + height: 1.5rem; + } + + .checkbox__input input:focus + .checkbox__control { + box-shadow: 0 0 0 2px #000, 0 0 0 4px #3b57bc99 + } + + .checkbox__input input:checked + .checkbox__control svg { + transform: scale(1); + } + + .checkbox__input input:disabled + .checkbox__control { + color: var(--disabled); + } } diff --git a/server/templates/community.hbs b/server/templates/community.hbs index ead45109a73a08247f9974fec197726143e905fb..74664f4596dd6bfcd15384b5b63f8653c8edc47a 100644 --- a/server/templates/community.hbs +++ b/server/templates/community.hbs @@ -1,40 +1,87 @@ {{#> layout }} -
Be the first to join a community of builders that want to make the future.
+We think there’s a better way to write code, and we hope to share it with you soon.
+ +If you would like to get involved early, sign up for the Zed Universe community below and we will let you know when it opens.
+