gns3-web-ui/src/app/components/project-map/nodes-menu/nodes-menu.component.scss
2019-11-28 04:27:11 -08:00

17 lines
318 B
SCSS

.menu-button {
outline: 0 !important;
transition: 0.5s;
margin-bottom: 16px;
width: 40px;
margin-right: 12px !important;
margin-left: 12px !important;
background: transparent;
padding: 0;
border: none;
background-color: transparent;
}
.marked {
color: #0097a7!important;
}