Show More
@@ -1,28 +1,27 b'' | |||||
1 | @import '../../../../css/variables'; |
|
1 | @import '../../../../css/variables'; | |
|
2 | @import '../../../../css/mixins'; | |||
2 |
|
3 | |||
3 | paper-toast{ |
|
4 | paper-toast{ | |
4 | width: 100%; |
|
5 | width: 100%; | |
5 | min-width: 400px; |
|
6 | min-width: 400px; | |
6 | --paper-toast-background-color: transparent; |
|
7 | --paper-toast-background-color: transparent; | |
7 | --paper-toast-color: #000000; |
|
8 | --paper-toast-color: #000000; | |
8 |
|
|
9 | .box-shadow(none); | |
9 | -moz-box-shadow: none; |
|
|||
10 | box-shadow: none; |
|
|||
11 | } |
|
10 | } | |
12 | paper-toast a{ |
|
11 | paper-toast a{ | |
13 | font-weight: bold |
|
12 | font-weight: bold | |
14 | } |
|
13 | } | |
15 |
|
14 | |||
16 | .toast-message-holder { |
|
15 | .toast-message-holder { | |
17 | } |
|
16 | } | |
18 | .toast-close { |
|
17 | .toast-close { | |
19 | text-align: right; |
|
18 | text-align: right; | |
20 |
|
19 | |||
21 | paper-button{ |
|
20 | paper-button{ | |
22 |
box-shadow |
|
21 | .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15)); | |
23 | } |
|
22 | } | |
24 | } |
|
23 | } | |
25 | paper-toast .alert{ |
|
24 | paper-toast .alert{ | |
26 |
margin: 0px 0 |
|
25 | margin: 0px 0 @padding 0; | |
27 |
box-shadow |
|
26 | .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15)); | |
28 | } |
|
27 | } |
General Comments 0
You need to be logged in to leave comments.
Login now