2020-06-19 08:43:22 +02:00
|
|
|
@import "~@inst-iot/bosch-angular-ui-components/styles/variables/colors";
|
|
|
|
|
2020-05-22 12:52:17 +02:00
|
|
|
.header-addnew {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
|
|
|
& > * {
|
|
|
|
display: inline;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-19 08:43:22 +02:00
|
|
|
.rb-ic.rb-ic-edit {
|
|
|
|
font-size: 1.1rem;
|
|
|
|
color: $color-gray-silver-sand;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|