Cleanup styling and gulp merge @media queries

This commit is contained in:
djmaze 2021-07-20 16:45:55 +02:00
parent d3d0180208
commit e13337e247
60 changed files with 699 additions and 731 deletions

View file

@ -0,0 +1,26 @@
.b-themes-list {
.e-item {
display: inline-block;
border: 2px solid transparent;
cursor: pointer;
padding: 16px;
margin: 5px;
&:hover {
border-color: grey;
}
&.selected {
background-color: rgba(64, 255, 64, 0.2);
border-color: #000;
}
.e-image {
width: 100px;
height: 100px;
}
}
}