notifications: restyle a bit so we don't have invisible element obscure html
This commit is contained in:
parent
a30cc6e451
commit
a4b2953322
1 changed files with 5 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
paper-toast{
|
||||
width: 100%;
|
||||
min-width: 400px;
|
||||
padding: 0px;
|
||||
--paper-toast-background-color: transparent;
|
||||
--paper-toast-color: #000000;
|
||||
.box-shadow(none);
|
||||
|
|
@ -15,13 +16,14 @@ paper-toast a{
|
|||
.toast-message-holder {
|
||||
}
|
||||
.toast-close {
|
||||
text-align: right;
|
||||
|
||||
right: -5px;
|
||||
position: absolute;
|
||||
bottom: -45px;
|
||||
paper-button{
|
||||
.box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
|
||||
}
|
||||
}
|
||||
paper-toast .alert{
|
||||
margin: 0px 0 @padding 0;
|
||||
margin: @padding 0 0 0;
|
||||
.box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue