mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-01 10:59:30 +00:00
fix minor design
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
.btn-primary, .btn-default
|
||||
border-style solid
|
||||
border-width 2px
|
||||
border-width 1px
|
||||
background-image none
|
||||
height 44px
|
||||
padding 0 15px
|
||||
border-radius 22px
|
||||
border-radius 5px
|
||||
box-sizing border-box
|
||||
font-size 1.1em
|
||||
font-size 1em
|
||||
font-family 'Lato'
|
||||
font-weight 400
|
||||
transition 0.1s
|
||||
cursor pointer
|
||||
margin 0 5px
|
||||
@@ -33,8 +35,8 @@
|
||||
background-color transparent
|
||||
color brandColor
|
||||
&:hover, &.hover, &:focus, &.focus
|
||||
border-color darken(brandBorderColor, 10%)
|
||||
color darken(brandColor, 10%)
|
||||
border-color darken(brandBorderColor, 30%)
|
||||
color darken(brandColor, 30%)
|
||||
&:active, &.active
|
||||
background-color brandColor
|
||||
color white
|
||||
@@ -45,8 +47,8 @@
|
||||
color lightButtonColor
|
||||
|
||||
&:hover, &.hover, &:focus, &.focus
|
||||
border-color darken(lightButtonColor, 25%)
|
||||
color darken(lightButtonColor, 25%)
|
||||
border-color darken(lightButtonColor, 50%)
|
||||
color darken(lightButtonColor, 50%)
|
||||
&:active, &.active
|
||||
border-color darken(brandBorderColor, 10%)
|
||||
background-color brandColor
|
||||
|
||||
Reference in New Issue
Block a user