🎉 Add release notes lightbox.

This commit is contained in:
Andrey Antukh 2021-03-24 11:32:18 +01:00
parent bbb26002e4
commit d93fa72e48
13 changed files with 269 additions and 52 deletions

View file

@ -369,7 +369,7 @@
background-color: $color-white;
box-shadow: 0 10px 10px rgba(0,0,0,.2);
display: flex;
height: 350px;
min-height: 370px;
flex-direction: row;
font-family: "sourcesanspro", sans-serif;
min-width: 620px;
@ -383,6 +383,7 @@
display: flex;
flex-shrink: 0;
justify-content: center;
overflow: hidden;
padding: $x-big;
width: 230px;
}
@ -476,6 +477,8 @@
img {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
height: 100%;
width: 106%;
}
}
}