1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-10 14:31:41 +00:00

Merge v0.5.11

Conflicts:
	browser/main/index.js
	package.json
This commit is contained in:
Rokt33r
2016-04-29 12:25:55 +09:00
33 changed files with 723 additions and 64 deletions

View File

@@ -25,7 +25,6 @@ infoButton()
padding 10px
background-color #E6E6E6
border-top 1px solid borderColor
border-left 1px solid borderColor
&.empty
.ArticleDetail-empty-box
line-height 72px

View File

@@ -30,6 +30,8 @@ articleItemColor = #777
height 20px
color articleItemColor
font-size 11px
i
margin-right 4px
.folderName
overflow ellipsis
display inline-block

View File

@@ -11,6 +11,7 @@ articleCount = #999
.userInfo
height 60px
display block
box-sizing content-box
border-bottom 1px solid borderColor
.userProfileName
color brandColor

View File

@@ -7,6 +7,7 @@ global-reset()
@import './ArticleList'
@import './ArticleDetail'
@import './modal/*'
@import '../theme/*'
DEFAULT_FONTS = 'Lato', helvetica, arial, sans-serif

View File

@@ -72,7 +72,7 @@ iptFocusBorderColor = #369DCD
.confirmBtn
display block
position absolute
left 180px
left 205px
bottom 44px
width 240px
font-size 24px

View File

@@ -8,7 +8,7 @@ iptFocusBorderColor = #369DCD
border-radius 5px
overflow hidden
width 720px
height 450px
height 600px
&>.header
absolute top left right
height 50px