File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
assets/stylesheets/components Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 3030 line-height : var (--line-height-relaxed );
3131}
3232
33+ .session-subtitle {
34+ margin : 0 0 var (--spacing-3 );
35+ color : var (--color-text-primary );
36+ font-size : var (--font-size-base );
37+ font-weight : var (--font-weight-semibold );
38+ }
39+
40+ .session-features {
41+ margin : 0 0 var (--spacing-6 );
42+ padding-left : var (--spacing-5 );
43+ color : var (--color-text-secondary );
44+ font-size : var (--font-size-sm );
45+ line-height : var (--line-height-relaxed );
46+ }
47+
48+ .session-features li + li {
49+ margin-top : var (--spacing-2 );
50+ }
51+
3352.session-oauth {
3453 margin-bottom : var (--spacing-6 );
3554}
Original file line number Diff line number Diff line change 22 .session-card
33 h1 .session-title Register
44 p .session-text Enter your email. If it's in the archive, we'll verify and attach it. Otherwise, we'll create a new alias.
5+ h2 .session-subtitle Why register?
6+ ul .session-features
7+ li Track read progress and mark threads aware.
8+ li Add private notes and tags to messages.
9+ li @mention people or teams and share tags via notes.
10+ li See team reading activity and unread counts.
11+ li Follow contributors and get quick access to their recent threads.
12+ li Connect all your email addresses to a single identity.
513
614 .session-oauth
715 = link_to ' /auth/google_oauth2' , class : ' session-oauth-button' do
You can’t perform that action at this time.
0 commit comments