mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Settings -> Themes use figure and figcaption elements
This commit is contained in:
parent
2d435fb42b
commit
aaf0b51c3d
3 changed files with 16 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue