|
|
@ -11,7 +11,7 @@ |
|
|
|
// @textColor, @invertedTextColor |
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Element |
|
|
|
Button |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
@verticalMargin: 0.25em; |
|
|
@ -33,7 +33,7 @@ |
|
|
|
; |
|
|
|
|
|
|
|
/* transitions */ |
|
|
|
@transition: |
|
|
|
@transition: |
|
|
|
opacity @transitionDuration @transitionEasing, |
|
|
|
background-color @transitionDuration @transitionEasing, |
|
|
|
color @transitionDuration @transitionEasing, |
|
|
@ -72,6 +72,12 @@ |
|
|
|
@hoverBackgroundColor: ''; |
|
|
|
@hoverBackgroundImage: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08)); |
|
|
|
@hoverBoxShadow: ''; |
|
|
|
@iconHoverOpacity: 0.85; |
|
|
|
|
|
|
|
@focusBackgroundColor: ''; |
|
|
|
@focusBackgroundImage: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); |
|
|
|
@focusBoxShadow: ''; |
|
|
|
@iconFocusOpacity: 0.85; |
|
|
|
|
|
|
|
@downBackgroundColor: #F1F1F1; |
|
|
|
@downBackgroundImage: ''; |
|
|
@ -105,7 +111,6 @@ |
|
|
|
@orSpacerColor: @white; |
|
|
|
|
|
|
|
/* Icon */ |
|
|
|
@iconHoverOpacity: 0.85; |
|
|
|
@iconButtonOpacity: 0.9; |
|
|
|
|
|
|
|
/* Labeled Icon */ |
|
|
|