container info panel complete

This commit is contained in:
Kendall Werts
2020-02-17 11:33:08 -06:00
parent 33b40ce938
commit 6abeb976c6
3 changed files with 90 additions and 52 deletions
+12
View File
@@ -1111,4 +1111,16 @@ hr {
.menu-panel {
justify-content: flex-start;
}
.btn-return.arrow-left {
position: absolute;
border: 0;
left: 15px;
top: 15px;
width: 1.2rem;
height: 1.2rem;
background-color: rgba(255, 255, 255, 1);
background-image: url("/img/arrow-icon-left.svg");
cursor: pointer;
}