2017-09-14 10:11:45 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
2017-12-04 11:29:22 +01:00
|
|
|
@import "mixins";
|
2017-09-14 10:11:45 +02:00
|
|
|
|
|
|
|
.procedure-logo {
|
2017-12-04 11:29:22 +01:00
|
|
|
@include ie-compatible-background-image();
|
|
|
|
|
2024-03-14 10:06:43 +01:00
|
|
|
background-color: #FFFFFF; // also in dark mode: logos assume transparent pixels are white
|
2017-12-04 11:29:22 +01:00
|
|
|
background-position: 95% 50%;
|
2024-03-14 10:06:43 +01:00
|
|
|
color: #000000; // alt text when image is not loaded
|
2017-09-14 10:11:45 +02:00
|
|
|
height: 84px;
|
|
|
|
width: 84px;
|
2017-12-04 11:29:22 +01:00
|
|
|
margin-right: $default-padding;
|
2017-09-14 10:11:45 +02:00
|
|
|
}
|