Improve procedure logo on procedure#show

This commit is contained in:
Mathieu Magnin 2017-09-14 10:11:45 +02:00
parent ce738913e0
commit fe7f772f96
2 changed files with 22 additions and 3 deletions

View file

@ -0,0 +1,17 @@
@import "colors";
@import "constants";
.procedure-logo {
display: flex;
background: #FFFFFF;
border: 1px solid $border-grey;
height: 84px;
width: 84px;
margin-right: 2 * $default-spacer;
img {
margin: auto;
max-width: 80%;
max-height: 80%;
}
}