2018-06-15 12:41:58 +00:00
|
|
|
@import '_colors.sass'
|
|
|
|
|
|
|
|
.btn
|
|
|
|
border-color: $cyan !important
|
|
|
|
color: $cyan !important
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
border-color: $purple !important
|
|
|
|
background: none !important
|
|
|
|
color: $purple !important
|
|
|
|
|
|
|
|
.btn-primary
|
|
|
|
border-color: $cyan !important
|
|
|
|
background: $cyan !important
|
|
|
|
color: $comment !important
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
border-color: $comment !important
|
|
|
|
background: $comment !important
|
|
|
|
color: $foreground !important
|
|
|
|
|
|
|
|
.btn-used
|
|
|
|
border-color: $pink !important
|
|
|
|
color: $pink !important
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
border-color: $pink !important
|
|
|
|
background: $pink !important
|
|
|
|
color: $foreground !important
|
|
|
|
|
|
|
|
.btn-link
|
|
|
|
border-color: transparent !important
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
border-color: transparent !important
|