Settings -> Themes use figure and figcaption elements

This commit is contained in:
djmaze 2021-11-29 12:43:16 +01:00
parent 2d435fb42b
commit aaf0b51c3d
3 changed files with 16 additions and 11 deletions

View file

@ -1,13 +1,14 @@
.b-themes-list {
#V-Settings-Themes {
.e-item {
figure {
display: inline-block;
border: 2px solid transparent;
cursor: pointer;
padding: 16px;
padding: 8px;
margin: 5px;
width: 128px;
&:hover {
border-color: grey;
@ -18,9 +19,13 @@
border-color: #000;
}
.e-image {
width: 100px;
height: 100px;
figcaption {
padding: 0 0 8px 0;
text-align: center;
}
img {
height: 128px;
}
}
}