10 lines
114 B
SCSS
10 lines
114 B
SCSS
@import "@Themes/constants.scss";
|
|
|
|
.root {
|
|
.burger-icon {
|
|
cursor: pointer;
|
|
height: 24px;
|
|
width: 24px;
|
|
}
|
|
}
|