mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix: minor features
設定ボタンアイコンの変更 削除Modalでcmd+enterの使用 検索バーデザイン
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
.PlanetContainer
|
||||
absolute top bottom right
|
||||
left 50px
|
||||
@@ -50,30 +49,20 @@
|
||||
color darken(brandBorderColor, 30%)
|
||||
.menuBtn
|
||||
position absolute
|
||||
top 10px
|
||||
top 15px
|
||||
right 5px
|
||||
font-size 1em
|
||||
color lightButtonColor
|
||||
border none
|
||||
btnDefault()
|
||||
box-sizing border-box
|
||||
circle()
|
||||
background-image none
|
||||
background-color transparent
|
||||
width 44px
|
||||
height 44px
|
||||
width 33px
|
||||
height 33px
|
||||
text-align center
|
||||
cursor pointer
|
||||
transition 0.1s
|
||||
transform scale(0.8)
|
||||
&:focus, &.focus
|
||||
outline none
|
||||
&:hover, &.hover, &:focus, &.focus
|
||||
border-color darken(lightButtonColor, 50%)
|
||||
color darken(lightButtonColor, 50%)
|
||||
&:active, &.active
|
||||
border-color darken(brandBorderColor, 30%)
|
||||
background-color brandColor
|
||||
color white
|
||||
.headerControl
|
||||
absolute top bottom right
|
||||
left 200px
|
||||
@@ -84,10 +73,12 @@
|
||||
left 0
|
||||
input
|
||||
padding-left 32px
|
||||
width 300px
|
||||
.fa
|
||||
position absolute
|
||||
top 8px
|
||||
left 12px
|
||||
color inactiveTextColor
|
||||
.downloadButtton
|
||||
position absolute
|
||||
right 5px
|
||||
|
||||
@@ -13,7 +13,6 @@ btnDefault()
|
||||
background-color brandColor
|
||||
color white
|
||||
|
||||
|
||||
btnPrimary()
|
||||
border-style solid
|
||||
border-width 1px
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
margin 40px auto
|
||||
font-size 1.5em
|
||||
color brandColor
|
||||
text-align center
|
||||
nav
|
||||
button
|
||||
font-size 1em
|
||||
|
||||
@@ -13,7 +13,7 @@ hoverBackgroundColor= transparentify(#444, 3%)
|
||||
inactiveTextColor = #888
|
||||
textColor = #4D4D4D
|
||||
backgroundColor= white
|
||||
fontSize= 16px
|
||||
fontSize= 14px
|
||||
|
||||
shadowColor= #C5C5C5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user