1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-20 20:35:30 +00:00

icon style update. Delete Zoom

This commit is contained in:
Yutaka Ishii
2017-12-07 12:18:07 +09:00
parent c2a49efe73
commit 57a88743bc
15 changed files with 20 additions and 125 deletions

View File

@@ -1,6 +1,5 @@
.control-infoButton
top 10px
margin-bottom 10px
topBarButtonLight()
.infoButton

View File

@@ -390,11 +390,6 @@ class MarkdownNoteDetail extends React.Component {
ignorePreviewPointerEvents={this.props.ignorePreviewPointerEvents}
/>
</div>
<StatusBar
{..._.pick(this.props, ['config', 'location', 'dispatch'])}
date={note.updatedAt}
/>
</div>
)
}

View File

@@ -12,8 +12,7 @@
padding-bottom 3px
.control-lockButton
top 160px
margin-bottom 10px
top 150px
topBarButtonLight()
.trashed-infopanel

View File

@@ -1,6 +1,5 @@
.control-trashButton
top 120px
margin-bottom 10px
top 115px
topBarButtonLight()
.control-trashButton--in-trash

View File

@@ -181,7 +181,7 @@ topBarButtonLight()
border-radius 17px
font-size 14px
border none
color alpha($ui-button-color, 0.4)
color alpha($ui-button-color, 0.2)
fill $ui-button-color
background-color transparent
&:active