add pictures to messages

This commit is contained in:
francois
2018-04-22 16:21:31 +02:00
parent 19b3d8373f
commit 00cb4790b6
5 changed files with 100 additions and 33 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -217,23 +217,40 @@
/* Info Window */
.info-window h1 {
font-size: 1.2em;
}
.info-window p {
font-size: 1.0em;
}
.info-window {
h1 {
font-size: 1.2em;
}
p {
font-size: 1.0em;
}
i {
padding-right: 0.5em;
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
@extend .fa-fw;
}
.info-window i {
padding-right: 0.5em;
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
@extend .fa-fw;
}
.info-window .battery {
text-transform: capitalize;
.pics {
a {
display: inline-block;
margin-right: 15px;
img {
max-width: 200px;
max-height: 100px;
border-radius: 3px;
transition: All 0.2s;
&:hover {
box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
}
}
}
}
/* Upload */