Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2008 from h3poteto/feat/add-close-notice
Browse files Browse the repository at this point in the history
Add announcement for closing
  • Loading branch information
h3poteto committed Jun 12, 2023
2 parents a3af3cf + 0961fd3 commit 3752983
Show file tree
Hide file tree
Showing 4 changed files with 2,364 additions and 1,218 deletions.
2 changes: 2 additions & 0 deletions lp/css/common/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,5 @@ pre {
line-height: 38px;
}
}


10 changes: 10 additions & 0 deletions lp/css/not_login/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
width: 22.5rem;
}

aside {
background: #1f8dd6;
border-radius: 3px;
color: #fff;
padding: .3em 1em;
margin: 1em;
}

.sign-in-board, .sign-up-board {
display: inline-block;
text-align: center;
Expand Down Expand Up @@ -81,3 +89,5 @@
padding: 2.5rem 0;
}
}


0 comments on commit 3752983

Please sign in to comment.