Merged some light and dark theme mode style rules

This commit is contained in:
djmaze 2021-03-09 11:14:15 +01:00
parent ab9e56f8b6
commit 8a875670d9
5 changed files with 25 additions and 49 deletions

View file

@ -6,25 +6,21 @@
display: inline-block;
border: 2px solid transparent;
cursor: pointer;
color: #000;
background-color: #fff;
padding: 16px;
margin: 5px;
&:hover {
border: 2px solid grey;
border-color: grey;
}
&.selected {
background-color: #eee;
border: 2px solid #000;
background-color: rgba(64, 255, 64, 0.2);
border-color: #000;
}
.e-image {
width: 100px;
height: 100px;
border: 1px solid #ddd;
}
}
}