add pictures to messages
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user