We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9b880 commit 49317baCopy full SHA for 49317ba
components/menu/_config.scss
@@ -11,3 +11,5 @@ $menu-item-height: 4.8 * $unit;
11
$menu-item-padding: 1.6 * $unit;
12
$menu-item-font-size: 1.6 * $unit;
13
$menu-divider-height: (4.8 * $unit) / 4;
14
+$menu-icon-size: 2.3 * $unit;
15
+$menu-icon-ripple-duration: 650ms;
components/menu/style.icon_menu.scss
@@ -1,4 +1,5 @@
1
@import "../base";
2
+@import "./config";
3
4
.root {
5
position: relative;
@@ -7,12 +8,12 @@
7
8
}
9
10
.icon {
- font-size: 2.3 * $unit;
+ font-size: $menu-icon-size;
vertical-align: middle;
cursor: pointer;
16
.ripple {
17
opacity: .1;
- transition-duration: 650ms;
18
+ transition-duration: $menu-icon-ripple-duration;
19
0 commit comments