StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/bootstrap-vue/src/icons/_icons.scss

26 lines
621 B

// Base icon styling
.b-icon {
&.bi {
display: inline-block;
overflow: visible;
// The following is required to compensate for alignment
// issues with the Bootstrap Icons alpha implementation
// And might be able to remove in future version of bootstrap-icons
// Perhaps this values should be SASS variables?
vertical-align: -0.15em;
}
}
// Make icons slightly larger in buttons, nav-links, dropdowns, and input-group-text
.btn,
.nav-link,
.dropdown-toggle,
.dropdown-item,
.input-group-text {
.b-icon {
&.bi {
font-size: 125%;
vertical-align: text-bottom;
}
}
}