fix notification style bugs
This commit is contained in:
parent
e2120910f6
commit
032e1f9d77
@ -41,6 +41,10 @@
|
|||||||
border-radius: var(--borderRadius);
|
border-radius: var(--borderRadius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.depth {
|
||||||
|
box-shadow: var(--dropShadow);
|
||||||
|
}
|
||||||
|
|
||||||
.clearfix:after {
|
.clearfix:after {
|
||||||
content: '';
|
content: '';
|
||||||
display: table;
|
display: table;
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
--iconSize: 30px;
|
--iconSize: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* redux-notifications override */
|
||||||
|
:global(.notif__container) {
|
||||||
|
z-index: 10000;
|
||||||
|
}
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
composes: base container rounded depth from '../theme.css';
|
composes: base container rounded depth from '../theme.css';
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user