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

Change the button color at setting modal

This commit is contained in:
Kazu Yokomizo
2017-04-13 20:45:26 +09:00
parent 29dc3bd550
commit a6f5452a85
4 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,7 @@
width 400px
font-size $tab--button-font-size
border solid 1px $border-color
border-radius $tab--input-border-radius
border-radius 2px
padding 0 5px
&:disabled
background-color $ui-input--disabled-backgroundColor
@@ -64,7 +64,7 @@
.group-control-leftButton
colorDefaultButton()
border none
border-radius 5px
border-radius 2px
font-size $tab--button-font-size
height $tab--button-height
padding 0 15px
@@ -74,17 +74,17 @@
float right
colorPrimaryButton()
border none
border-radius $tab--button-border-radius
border-radius 2px
font-size $tab--button-font-size
height $tab--button-height
padding 0 15px
height 35px
width 100px
margin-right 10px
.group-hint
border $ui-border
padding 10px 15px
margin 15px 0
border-radius 5px
border-radius 2px
background-color $ui-backgroundColor
color $ui-inactive-text-color
ul