1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-30 11:13:10 +00:00

add login/signup action

This commit is contained in:
Rokt33r
2015-07-12 18:13:28 +09:00
parent e0d52d3578
commit 7870c60ab4
18 changed files with 222 additions and 49 deletions
+13 -9
View File
@@ -38,11 +38,23 @@ button
text-align center
.form-group
margin-bottom 15px
margin-bottom 20px
&>label
display block
margin-bottom 5px
.stripInput
border none
border-bottom 1px solid borderColor
padding 5px 15px
width 100%
display block
font-size 1em
height 33px
box-sizing border-box
&:focus, &.focus
border-bottom 1px solid brandBorderColor
outline none
.block-input, .inline-input
border solid 1px borderColor
@@ -74,14 +86,6 @@ textarea.block-input
#content
fullsize()
.LoginContainer, .RegisterContainer
width 400px
margin 15px auto
padding 25px 15px
box-sizing border-box
h1, h2
margin 5px auto 25px
.UserNavigator
background-color planetNavBgColor
absolute left top bottom