1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-03 20:19:17 +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

@@ -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