Retrospring/app/assets/stylesheets/scss/notifications.scss

48 lines
750 B
SCSS
Raw Normal View History

2014-12-09 14:07:04 -08:00
.notification--img {
min-height: 32px;
min-width: 32px;
height: 32px;
width: 32px;
}
.notification--user, .notification--text {
z-index: 99;
margin-bottom: 0px;
}
.notification--icon {
2014-12-09 14:15:14 -08:00
position: absolute;
right: 0px;
bottom: 0px;
padding: 5px;
font-size: 36px;
2014-12-09 14:07:04 -08:00
color: $gray;
2014-12-09 14:15:14 -08:00
opacity: 0.4;
2014-12-09 14:07:04 -08:00
z-index: 0;
2015-01-26 08:16:32 -08:00
}
.notification--dropdown {
min-width: 370px;
margin-top: 0px !important;
2015-01-26 08:16:32 -08:00
}
.notification--dropdown-media {
padding: 3px 5px;
}
.notification--dropdown-user, .notification--dropdown-text {
margin-bottom: 0px;
overflow: hidden;
2015-01-26 08:33:40 -08:00
line-height: 1.3em;
2015-01-26 08:16:32 -08:00
}
.notification--dropdown-user {
2015-01-26 08:33:40 -08:00
margin-top: 0px;
2015-01-26 08:16:32 -08:00
}
.notification--dropdown-img {
min-height: 32px;
min-width: 32px;
height: 32px;
width: 32px;
2014-12-09 14:07:04 -08:00
}