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

Tag button at topbar in sidenav

This commit is contained in:
Kazu Yokomizo
2017-10-15 15:25:31 +09:00
parent 7b171ecc67
commit 0f3e5ee4ed
2 changed files with 26 additions and 8 deletions

View File

@@ -21,11 +21,27 @@
color $ui-text-color
background-color alpha($ui-button--active-backgroundColor, 20%)
.active-button
background-color $ui-button--active-color
.switch-buttons
background-color transparent
border 1px solid $ui-borderColor
width 100px
margin 20px auto 0px auto
border-radius 1px
.non-active-button
background-color $ui-button-color
navButtonColor()
font-weight 600
width 49px
.active-button
@extend .non-active-button
background-color $ui-button--active-backgroundColor
color $ui-text-color
&:hover
background-color alpha($ui-button--active-backgroundColor, 70%)
color alpha($ui-text-color, 70%)
&:active, &:active:hover
background-color $ui-button--active-backgroundColor
.top-menu-label
margin-left 5px