Files
vitrage-dashboard/vitragedashboard/static/dashboard/project/entities/toolbox/entities-toolbox.scss
Guy Aharonovsky 9eac15598f Entity graph hightlight and pin-all
Change-Id: Ia9e653c221243cd0d28cfc1e9ae4c5d6718a6766
2016-10-14 00:32:20 +03:00

17 lines
274 B
SCSS

.entities-toolbox {
position: absolute;
right: 18px;
margin: 12px;
padding:8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
background: rgba(255, 255, 255, 0.8);
.btn-group {
margin-right: 6px;
&:last-child {
margin-right: 0;
}
}
}