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

update design & refresh behavior

This commit is contained in:
Rokt33r
2015-07-17 12:12:47 +09:00
parent 0dde2eb20f
commit 05325e7276
10 changed files with 75 additions and 28 deletions

View File

@@ -3,8 +3,13 @@
absolute top bottom right
left 50px
.tags
white-space: nowrap;
overflow-x: auto;
a
margin 0 2px
&.noTag
color inactiveTextColor
font-size 0.8em
.PlanetHeader
absolute left right top
@@ -134,15 +139,20 @@
padding 10px
cursor pointer
transition 0.1s
.itemHeader
clearfix()
margin-bottom 5px
.callSign
margin-bottom 5px
float left
font-weight 600
.description
margin-bottom 5px
font-size 1.1em
.updatedAt
margin-bottom 5px
float right
line-height 16px
color lighten(textColor, 25%)
font-size 0.8em
.description
margin 10px 0 15px
&:hover, &.hover
background-color hoverBackgroundColor
&:active, &.active
@@ -160,24 +170,35 @@
height 44px
line-height 44px
padding 0 15px
border-bottom solid 1px borderColor
box-sizing border-box
font-size 1.2em
small
font-size 0.5em
font-size 0.8em
color lighten(textColor, 25%)
.control-group
float right
button
margin 0 2px
margin 10px 3px
.viewer-body
absolute bottom right
left 1px
top 44px
.viewer-detail
border-bottom solid 1px borderColor
height 150px
box-sizing border-box
padding 10px
.description
margin-bottom 15px
height 100px
line-height 1.4em
overflow-y auto
.tags
position absolute
left 15px
right 15px
top 120px
.content
padding 5px 0
.ace_editor
height 500px
absolute left right
top 155px
bottom 5px

View File

@@ -9,6 +9,7 @@ global-reset()
body
font-family "Lato"
color textColor
font-size fontSize
h1
font-size 2em

View File

@@ -50,6 +50,7 @@
border-bottom-right-radius 10px
textarea.snippetDescription
height 75px
font-size 0.9em
.Select
.Select-control
border-color borderColor

View File

@@ -9,11 +9,11 @@ lightButtonColor = #898989
hoverBackgroundColor= transparentify(#444, 3%)
// v0.2.0
inactiveTextColor = #888
textColor = #4D4D4D
backgroundColor= white
fontSize= 16px
btnColor = #888
btnHighlightenColor = #000