|
|
@@ -241,12 +241,13 @@ footer {
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
|
+ border-radius: 8px 0 0 8px;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.push-notification-close{
|
|
|
height: 100%;
|
|
|
width: 24px;
|
|
|
- background-color: #3F51B5;
|
|
|
color: white;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -256,7 +257,7 @@ footer {
|
|
|
}
|
|
|
|
|
|
.push-notification-close:hover{
|
|
|
- background-color: rgba(63, 81, 181, 0.9);
|
|
|
+ opacity: 0.9;
|
|
|
}
|
|
|
|
|
|
.push-notification-content{
|
|
|
@@ -345,7 +346,7 @@ footer {
|
|
|
}
|
|
|
|
|
|
.no-notifications{
|
|
|
- width: 384px;
|
|
|
+ width: 360px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
@@ -353,7 +354,9 @@ footer {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
- width: 384px;
|
|
|
+ width: 360px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ overflow: hidden;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.25s ease;
|
|
|
}
|
|
|
@@ -361,6 +364,7 @@ footer {
|
|
|
.notification-decoration{
|
|
|
height: 68px;
|
|
|
width: 16px;
|
|
|
+ border-radius: 4px 0 0 4px;
|
|
|
}
|
|
|
|
|
|
.notification-content{
|