aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/default/modules/rating.variables
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:21:39 -0800
committerFuwn <[email protected]>2020-12-14 23:21:39 -0800
commit823344c19094680e80e2b56449a243e183db8b06 (patch)
tree92277700547ea671331828caa258ace7aaaa46d5 /semantic/src/themes/default/modules/rating.variables
parentrepo: angular (diff)
downloadme-823344c19094680e80e2b56449a243e183db8b06.tar.xz
me-823344c19094680e80e2b56449a243e183db8b06.zip
:star:
Diffstat (limited to 'semantic/src/themes/default/modules/rating.variables')
-rw-r--r--semantic/src/themes/default/modules/rating.variables47
1 files changed, 47 insertions, 0 deletions
diff --git a/semantic/src/themes/default/modules/rating.variables b/semantic/src/themes/default/modules/rating.variables
new file mode 100644
index 0000000..f7ae98e
--- /dev/null
+++ b/semantic/src/themes/default/modules/rating.variables
@@ -0,0 +1,47 @@
+/*******************************
+ Rating
+*******************************/
+
+@margin: 0 @relativeMini;
+@whiteSpace: nowrap;
+@verticalAlign: baseline;
+
+@iconCursor: pointer;
+@iconWidth: 1.25em;
+@iconHeight: auto;
+@iconTransition:
+ opacity @defaultDuration @defaultEasing,
+ background @defaultDuration @defaultEasing,
+ text-shadow @defaultDuration @defaultEasing,
+ color @defaultDuration @defaultEasing
+;
+
+
+/*-------------------
+ Types
+--------------------*/
+
+/* Standard */
+@inactiveBackground: transparent;
+@inactiveColor: rgba(0, 0, 0, 0.15);
+
+@selectedBackground: @inactiveBackground;
+@selectedColor: @textColor;
+
+@activeBackground: @inactiveBackground;
+@activeColor: @darkTextColor;
+
+@shadowWidth: 1px;
+
+/*-------------------
+ States
+--------------------*/
+
+@interactiveActiveIconOpacity: 1;
+@interactiveSelectedIconOpacity: 1;
+
+/*-------------------
+ Variations
+--------------------*/
+
+@massive: 2rem;