1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-30 01:51:53 +00:00

Contact Modal追加

This commit is contained in:
Rokt33r
2015-08-20 01:30:57 +09:00
parent 0b4cfd6563
commit 3d9a631786
22 changed files with 645 additions and 278 deletions

View File

@@ -1,15 +0,0 @@
.DashboardContainer
fullsize()
box-sizing border-box
overflow-y auto
padding 10px
.jumbotron
background-color brandColor
color white
padding 65px 20px
font-size 3.5em
margin-bottom 25px
h2, h3
margin-bottom 15px
p
margin-bottom 25px

View File

@@ -222,6 +222,7 @@
font-size 1.2em
margin-bottom 15px
.teams, .members
margin-left 10px
li
margin-bottom 10px
font-size 1.1em

View File

@@ -17,7 +17,7 @@ body
font-size fontSize
font-weight 400
div, span, a, button, input
div, span, a, button, input, textarea
box-sizing border-box
h1
@@ -98,3 +98,21 @@ textarea.block-input
#content
fullsize()
.Main
.appUpdateButton
position fixed
z-index 2000
bottom 5px
right 53px
btnDefault()
padding 10px 15px
border-radius 5px
.contactButton
position fixed
z-index 2000
bottom 5px
right 5px
btnDefault()
padding 10px 15px
border-radius 5px