react-toolbox/components/menu/theme.scss

12 lines
158 B
SCSS
Raw Normal View History

@import "../base";
2015-10-21 02:56:00 +03:00
@import "./config";
2015-10-17 23:25:15 +03:00
2016-05-22 21:15:45 +03:00
.iconMenu {
2015-10-17 23:25:15 +03:00
position: relative;
display: inline-block;
text-align: center;
2016-05-22 21:15:45 +03:00
.icon {
cursor: pointer;
}
2015-10-17 23:25:15 +03:00
}