salix/front/core/components/button-menu/style.scss

19 lines
329 B
SCSS
Raw Normal View History

2019-01-21 14:21:24 +00:00
vn-button-menu {
position: relative;
2019-01-21 14:21:24 +00:00
cursor: pointer;
.button-menu__button {
padding: 0 10px;
}
2019-01-21 14:21:24 +00:00
vn-label {
float: left;
margin-top: 1px;
}
2019-01-21 14:21:24 +00:00
vn-icon {
float: left;
margin-top: 3px;
}
2019-01-21 14:21:24 +00:00
vn-icon.button-menu__arrow_down {
margin: 6px 0 0 5px;
}
}