1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

adding User to planet is available

This commit is contained in:
Rokt33r
2015-07-22 14:41:29 +09:00
parent f0b2e91091
commit c31432fe3f
8 changed files with 192 additions and 30 deletions

View File

@@ -121,6 +121,18 @@
background-color hoverBackgroundColor
&:active, &.active
color brandColor
.usersLabel
margin-top 35px
margin-bottom 5px
.users
li
width 44px
height 44px
float left
circle()
margin 3px
line-height 44px
.PlanetArticleList
absolute bottom right

View File

@@ -68,28 +68,3 @@
border-color darken(brandBorderColor, 10%)
background-color brandColor
color white
.PlanetCreateModal.modal
padding 60px 0
.nameInput
width 80%
font-size 1.3em
margin 35px auto
text-align center
.submitButton
display block
margin 0 auto
box-sizing border-box
width 55px
height 55px
border-style solid
border-width 1px
circle()
border-color brandBorderColor
background-color transparent
color brandColor
&:hover, &.hover, &:focus, &.focus
border-color darken(brandBorderColor, 30%)
color darken(brandColor, 30%)
&:active, &.active
background-color brandColor
color white

View File

@@ -86,3 +86,34 @@
border solid 1px borderColor
border-radius 5px
marked()
.PlanetCreateModal.modal, .PlanetAddUserModal.modal
padding 60px 0
.nameInput
width 80%
font-size 1.3em
margin 35px auto
text-align center
.userNameSelect
width 80%
font-size 1.3em
margin 35px auto
text-align center
.submitButton
display block
margin 0 auto
box-sizing border-box
width 55px
height 55px
border-style solid
border-width 1px
circle()
border-color brandBorderColor
background-color transparent
color brandColor
&:hover, &.hover, &:focus, &.focus
border-color darken(brandBorderColor, 30%)
color darken(brandColor, 30%)
&:active, &.active
background-color brandColor
color white