18 lines
242 B
SCSS
18 lines
242 B
SCSS
@import "~@inst-iot/bosch-angular-ui-components/styles/variables/colors";
|
|
|
|
p {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
img#db-structure {
|
|
width: 100%;
|
|
}
|
|
|
|
.rb-ic-checkmark-frame {
|
|
color: $brand-success;
|
|
}
|
|
|
|
.rb-ic-abort-frame {
|
|
color: $brand-danger;
|
|
}
|