1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-18 15:07:15 +02:00

add option to remove item.

This commit is contained in:
Kushagra Gour
2016-11-27 08:54:34 +05:30
parent def2dcab15
commit f82e64b369
2 changed files with 55 additions and 13 deletions

View File

@@ -354,6 +354,7 @@
.saved-item-tile {
padding: 20px;
background-color: #2f302b;
position: relative;
/*border: 1px solid rgba(255,255,255,0.1);*/
margin: 20px 0;
display: block;
@@ -363,6 +364,12 @@
.saved-item-tile:hover {
background: rgba(255,255,255,0.1);
}
.saved-item-tile__close-btn {
padding: 20px;
position: absolute;
right: -5px;
top: -5px;
}
.saved-items-pane__container {
overflow-y: scroll;
max-height: calc(100vh - 90px);
@@ -472,6 +479,7 @@
padding: 10px;
background: #9f3b4e;
border-radius: 3px;
z-index: 6;
transform: translateY(-100%);
transition: 0.3s ease;
}