Ghost icon to add a pad

This commit is contained in:
yflory
2017-08-22 17:33:48 +02:00
parent 98daf10ed1
commit d6c33fdf4f
2 changed files with 33 additions and 0 deletions

View File

@@ -497,9 +497,26 @@ span {
.listElement {
display: none;
}
.addpad {
cursor: pointer;
opacity: 0.5;
padding: 0;
&:hover {
opacity: 0.7;
}
.fa {
cursor: pointer;
font-size: 100px;
line-height: 140px;
margin: 0;
}
}
}
.list {
.grid-element {
display: none;
}
// Make it act as a table!
padding-left: 20px;
ul {