1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00
This commit is contained in:
Rokt33r
2015-12-28 16:11:42 +09:00
parent f9539ab50a
commit e4d8438801
5 changed files with 125 additions and 34 deletions

View File

@@ -36,14 +36,14 @@ infoBtnActiveBgColor = #3A3A3A
fixed top left bottom right
z-index 20
background-color transparentify(black, 80%)
&>.left
&>.ArticleTopBar-left
float left
&>.tutorial
fixed top
left 200px
z-index 36
font-style italic
&>.search
&>.ArticleTopBar-left-search
position relative
float left
height 33px
@@ -63,11 +63,15 @@ infoBtnActiveBgColor = #3A3A3A
&.hide
opacity 0
ul
li
line-height 18px
li:last-child
line-height 10px
margin-bottom 3px
small
font-size 10px
position relative
top -2px
margin-left 15px
input
absolute top left
@@ -122,13 +126,45 @@ infoBtnActiveBgColor = #3A3A3A
transition 0.1s
&:hover
color refreshBtnActiveColor
.only-unsaved
.ArticleTopBar-left-unsaved
line-height 33px
float left
height 33px
margin-top 13.5px
margin-left 10px
&>.right
button
background transparent
font-size 20px
border none
outline none
color inactiveTextColor
&:hover
color inherit
&.ArticleTopBar-left-unsaved-save-button
position relative
.ArticleTopBar-left-unsaved-save-button-count
position absolute
font-size 10px
background-color brandColor
color white
height 14px
width 14px
line-height 14px
border-radius 7px
top 16px
right -3px
transition 0.15s
&.hide
transform scale(0)
.ArticleTopBar-left-unsaved-save-button-tooltip
tooltip()
margin-top 30px
margin-left -100px
&:hover
.ArticleTopBar-left-unsaved-save-button-tooltip
opacity 1
&>.ArticleTopBar-right
float right
&>button
display block