2020-01-14 16:18:26 +01:00
|
|
|
$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";
|
2020-05-19 12:49:06 +02:00
|
|
|
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, a:active, a:focus {
|
|
|
|
outline: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
button::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|
2020-07-27 17:52:03 +02:00
|
|
|
|
|
|
|
.supergraphic {
|
|
|
|
background-image: url("assets/imgs/supergraphic.svg");
|
|
|
|
}
|
2020-07-29 13:14:29 +02:00
|
|
|
|
|
|
|
.clickable {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-08-06 08:18:57 +02:00
|
|
|
|
|
|
|
.space-below {
|
|
|
|
margin-bottom: $default-spacing;
|
|
|
|
}
|
|
|
|
|
|
|
|
.space-above {
|
|
|
|
margin-top: $default-spacing;
|
|
|
|
}
|
|
|
|
|
|
|
|
.space-right {
|
|
|
|
margin-right: $default-spacing;
|
|
|
|
}
|
|
|
|
|
|
|
|
.space-left {
|
|
|
|
margin-left: $default-spacing;
|
|
|
|
}
|