mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 21:19:08 +01:00
22 lines
No EOL
332 B
SCSS
22 lines
No EOL
332 B
SCSS
.notification--img {
|
|
min-height: 32px;
|
|
min-width: 32px;
|
|
height: 32px;
|
|
width: 32px;
|
|
}
|
|
|
|
.notification--user, .notification--text {
|
|
z-index: 99;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.notification--icon {
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
padding: 5px;
|
|
font-size: 36px;
|
|
color: $gray;
|
|
opacity: 0.4;
|
|
z-index: 0;
|
|
} |