Skip to content

Commit

Permalink
Nicer scss
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Aug 30, 2022
1 parent da21a2c commit 44bb2b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,24 +93,17 @@ span.help + p.help {
}

.icon-picker {

}

.icon-picker li{
margin: 4px 0;
}


.icon-picker li input{
display: none;
}

.icon-picker li img{
padding: 4px;
cursor: pointer;
li {
margin: 4px 0;
input {
display: none;
&:checked + img{
background-color: #64A03C66;
}
}
img{
padding: 8px;
cursor: pointer;
}
}
}


.icon-picker li input:checked+img{
background-color: #64A03C66;
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 44bb2b5

Please sign in to comment.