##// END OF EJS Templates
notifications: restyle a bit so we don't have invisible element obscure html
ergo -
r799:98bb3f4f default
parent child Browse files
Show More
@@ -1,27 +1,29 b''
1 1 @import '../../../../css/variables';
2 2 @import '../../../../css/mixins';
3 3
4 4 paper-toast{
5 5 width: 100%;
6 6 min-width: 400px;
7 padding: 0px;
7 8 --paper-toast-background-color: transparent;
8 9 --paper-toast-color: #000000;
9 10 .box-shadow(none);
10 11 }
11 12 paper-toast a{
12 13 font-weight: bold
13 14 }
14 15
15 16 .toast-message-holder {
16 17 }
17 18 .toast-close {
18 text-align: right;
19
19 right: -5px;
20 position: absolute;
21 bottom: -45px;
20 22 paper-button{
21 23 .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
22 24 }
23 25 }
24 26 paper-toast .alert{
25 margin: 0px 0 @padding 0;
27 margin: @padding 0 0 0;
26 28 .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
27 29 }
General Comments 0
You need to be logged in to leave comments. Login now