Add background to icons
This commit is contained in:
parent
d4a646e105
commit
d7690c6eee
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@
|
|||
font-size: 1em;
|
||||
width: 8em;
|
||||
|
||||
> img {
|
||||
background-color: var(--color-lighter);
|
||||
box-shadow: 0 0 4px 4px var(--color-lighter);
|
||||
border-radius: 8px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:not(.no-icons) {
|
||||
height: 6em;
|
||||
}
|
||||
|
|
Reference in a new issue