meses-feed
Version:
Meses feed SDK in JavaScript
65 lines (60 loc) • 1.2 kB
CSS
.styles-feedButton-2LF7f {
display: inline-block;
text-align: center;
line-height: 1.5em;
font-size: 1.5em;
width: 1.5em;
height: 1.5em;
border: 2px solid white;
}
.styles-unreadCountLabel-BvoXF {
position: absolute;
top: 0;
right: 0;
text-align: center;
width: 1em;
height: 1em;
font-size: 0.75em;
line-height: 1em;
border-radius: 50%;
background-color: #D71F4B;
color: white;
}.styles-feedActivity-3xQT8 {
position: relative;
box-sizing: border-box;
width: 100%;
border-top: 1px solid gainsboro;
border-bottom: 1px solid gainsboro;
padding: 0.75em 0.5em;
}
.styles-message-2iz7N {
font-size: 0.85em;
padding-bottom: 1em;
line-height: 1em;
}
.styles-time-2Q5LH {
font-size: 0.7em;
text-align: right;
}
.styles-readButton-3kpp3 {
position: absolute;
right: 0;
top: 0;
line-height: 1em;
font-size: 2em;
}.styles-feedPopup-2fq8g {
position: absolute;
right: 0;
z-index: 5;
width: 20em;
height: 35em;
border-radius: 0.5em;
background-color: whitesmoke;
color: gray;
box-shadow: 3px 3px 30px 1px gray;
overflow-x: hidden;
overflow-y: auto;
}
.styles-feedPopup-2fq8g::-webkit-scrollbar {
display:none;
}