|
@ -4,12 +4,17 @@ |
|
|
|
|
|
|
|
|
@margin: 0em @relativeMini; |
|
|
@margin: 0em @relativeMini; |
|
|
@whiteSpace: nowrap; |
|
|
@whiteSpace: nowrap; |
|
|
|
|
|
|
|
|
@verticalAlign: middle; |
|
|
@verticalAlign: middle; |
|
|
|
|
|
|
|
|
@iconCursor: pointer; |
|
|
@iconCursor: pointer; |
|
|
@iconWidth: 1.25em; |
|
|
@iconWidth: 1.25em; |
|
|
@iconHeight: auto; |
|
|
@iconHeight: auto; |
|
|
|
|
|
@iconTransition: |
|
|
|
|
|
opacity @defaultDuration @defaultEasing, |
|
|
|
|
|
background @defaultDuration @defaultEasing, |
|
|
|
|
|
text-shadow @defaultDuration @defaultEasing, |
|
|
|
|
|
color @defaultDuration @defaultEasing |
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------- |
|
|
/*------------------- |
|
@ -29,59 +34,70 @@ |
|
|
/* Star */ |
|
|
/* Star */ |
|
|
@starIconWidth: @iconWidth; |
|
|
@starIconWidth: @iconWidth; |
|
|
@starIconHeight: @iconHeight; |
|
|
@starIconHeight: @iconHeight; |
|
|
|
|
|
@starShadowWidth: 1px; |
|
|
|
|
|
|
|
|
@starInactiveBackground: @inactiveBackground; |
|
|
@starInactiveBackground: @inactiveBackground; |
|
|
@starInactiveColor: @inactiveColor; |
|
|
@starInactiveColor: @inactiveColor; |
|
|
|
|
|
|
|
|
@starSelectedBackground: @selectedBackground; |
|
|
|
|
|
@starSelectedColor: #FFB70A; |
|
|
|
|
|
|
|
|
@starInactiveTextShadow: none; |
|
|
|
|
|
|
|
|
@starActiveBackground: @activeBackground; |
|
|
@starActiveBackground: @activeBackground; |
|
|
@starActiveColor: #FFE623; |
|
|
@starActiveColor: #FFE623; |
|
|
@starActiveShadow: |
|
|
|
|
|
0px -1px 0px #CFA300, |
|
|
|
|
|
-1px 0px 0px #CFA300, |
|
|
|
|
|
0px 1px 0px #CFA300, |
|
|
|
|
|
1px 0px 0px #CFA300 |
|
|
|
|
|
|
|
|
@starActiveShadowColor: #DDC507; |
|
|
|
|
|
@starActiveTextShadow: |
|
|
|
|
|
0px -@starShadowWidth 0px @starActiveShadowColor, |
|
|
|
|
|
-@starShadowWidth 0px 0px @starActiveShadowColor, |
|
|
|
|
|
0px @starShadowWidth 0px @starActiveShadowColor, |
|
|
|
|
|
@starShadowWidth 0px 0px @starActiveShadowColor |
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
@starSelectedBackground: @selectedBackground; |
|
|
|
|
|
@starSelectedColor: #FFCC00; |
|
|
|
|
|
@starSelectedShadowColor: #E6A200; |
|
|
|
|
|
@starSelectedTextShadow: |
|
|
|
|
|
0px -@starShadowWidth 0px @starSelectedShadowColor, |
|
|
|
|
|
-@starShadowWidth 0px 0px @starSelectedShadowColor, |
|
|
|
|
|
0px @starShadowWidth 0px @starSelectedShadowColor, |
|
|
|
|
|
@starShadowWidth 0px 0px @starSelectedShadowColor |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
/* Heart */ |
|
|
/* Heart */ |
|
|
@heartIconWidth: 1.4em; |
|
|
@heartIconWidth: 1.4em; |
|
|
@heartIconHeight: @iconHeight; |
|
|
@heartIconHeight: @iconHeight; |
|
|
|
|
|
@heartShadowWidth: 1px; |
|
|
|
|
|
|
|
|
@heartInactiveBackground: @inactiveBackground; |
|
|
@heartInactiveBackground: @inactiveBackground; |
|
|
@heartInactiveColor: @inactiveColor; |
|
|
@heartInactiveColor: @inactiveColor; |
|
|
|
|
|
|
|
|
@heartSelectedBackground: @selectedBackground; |
|
|
|
|
|
@heartSelectedColor: #FF2733; |
|
|
|
|
|
|
|
|
@heartInactiveTextShadow: none; |
|
|
|
|
|
|
|
|
@heartActiveBackground: @activeBackground; |
|
|
@heartActiveBackground: @activeBackground; |
|
|
@heartActiveColor: #FF2733; |
|
|
|
|
|
|
|
|
|
|
|
@heartActiveShadow: |
|
|
|
|
|
0px -1px 0px #9E0000, |
|
|
|
|
|
-1px 0px 0px #9E0000, |
|
|
|
|
|
0px 1px 0px #9E0000, |
|
|
|
|
|
1px 0px 0px #9E0000 |
|
|
|
|
|
|
|
|
@heartActiveColor: #FF6D75; |
|
|
|
|
|
@heartActiveShadowColor: #CD0707; |
|
|
|
|
|
@heartActiveTextShadow: |
|
|
|
|
|
0px -@heartShadowWidth 0px @heartActiveShadowColor, |
|
|
|
|
|
-@heartShadowWidth 0px 0px @heartActiveShadowColor, |
|
|
|
|
|
0px @heartShadowWidth 0px @heartActiveShadowColor, |
|
|
|
|
|
@heartShadowWidth 0px 0px @heartActiveShadowColor |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
@heartSelectedBackground: @selectedBackground; |
|
|
|
|
|
@heartSelectedColor: #FF3000; |
|
|
|
|
|
@heartSelectedShadowColor: #AA0101; |
|
|
|
|
|
@heartSelectedTextShadow: |
|
|
|
|
|
0px -@heartShadowWidth 0px @heartSelectedShadowColor, |
|
|
|
|
|
-@heartShadowWidth 0px 0px @heartSelectedShadowColor, |
|
|
|
|
|
0px @heartShadowWidth 0px @heartSelectedShadowColor, |
|
|
|
|
|
@heartShadowWidth 0px 0px @heartSelectedShadowColor |
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
/*------------------- |
|
|
/*------------------- |
|
|
States |
|
|
States |
|
|
--------------------*/ |
|
|
--------------------*/ |
|
|
|
|
|
|
|
|
@interactiveIconOpacity: 0.5; |
|
|
|
|
|
|
|
|
@interactiveActiveIconOpacity: 1; |
|
|
@interactiveSelectedIconOpacity: 1; |
|
|
@interactiveSelectedIconOpacity: 1; |
|
|
|
|
|
|
|
|
/*------------------- |
|
|
/*------------------- |
|
|
Variations |
|
|
Variations |
|
|
--------------------*/ |
|
|
--------------------*/ |
|
|
|
|
|
|
|
|
@mini: 0.7rem; |
|
|
|
|
|
@tiny: 0.8rem; |
|
|
|
|
|
@small: 0.875rem; |
|
|
|
|
|
@medium: 1rem; |
|
|
|
|
|
@large: 1.1rem; |
|
|
|
|
|
@big: 1.25rem; |
|
|
|
|
|
@huge: 1.5rem; |
|
|
|
|
|
@massive: 2rem; |
|
|
|
|
|
|
|
|
@massive: 2rem; |