Ghost icon to add a pad
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user