definma-ui/src/styles.scss

42 lines
702 B
SCSS

$font-path: "../node_modules/@inst-iot/bosch-angular-ui-components/assets/";
$rb-extended-breakpoints: false; // whether to use extended breakpoints xxl and xxxl
@import "~@inst-iot/bosch-angular-ui-components/styles/global.scss";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a, a:active, a:focus {
outline: 0 !important;
}
button::-moz-focus-inner {
border: 0;
}
.supergraphic {
background-image: url("assets/imgs/supergraphic.svg");
}
.clickable {
cursor: pointer;
}
.space-below {
margin-bottom: $default-spacing;
}
.space-above {
margin-top: $default-spacing;
}
.space-right {
margin-right: $default-spacing;
}
.space-left {
margin-left: $default-spacing;
}