Show More
@@ -1,27 +1,28 b'' | |||||
1 | @import '../../../../css/variables'; |
|
1 | @import '../../../../css/variables'; | |
2 | @import '../../../../css/mixins'; |
|
2 | @import '../../../../css/mixins'; | |
3 |
|
3 | |||
4 | .alert{ |
|
4 | .alert{ | |
5 | margin: 10px 0; |
|
5 | margin: 10px 0; | |
6 | } |
|
6 | } | |
7 |
|
7 | |||
8 | .toast-close { |
|
8 | .toast-close { | |
9 | margin: 0; |
|
9 | margin: 0; | |
10 | float: right; |
|
10 | float: right; | |
11 | cursor: pointer; |
|
11 | cursor: pointer; | |
|
12 | padding: 8px 0 8px 8px; | |||
12 | } |
|
13 | } | |
13 |
|
14 | |||
14 | .toast-message-holder{ |
|
15 | .toast-message-holder{ | |
15 | background: fade(#fff, 25%); |
|
16 | background: fade(#fff, 25%); | |
16 |
|
17 | |||
17 | &.fixed{ |
|
18 | &.fixed{ | |
18 | position: fixed; |
|
19 | position: fixed; | |
19 | padding: 10px 0; |
|
20 | padding: 10px 0; | |
20 | margin-left: 10px; |
|
21 | margin-left: 10px; | |
21 | margin-right: 10px; |
|
22 | margin-right: 10px; | |
22 | top: 0; |
|
23 | top: 0; | |
23 | left: 0; |
|
24 | left: 0; | |
24 | right:0; |
|
25 | right:0; | |
25 | z-index: 100; |
|
26 | z-index: 100; | |
26 | } |
|
27 | } | |
27 | } |
|
28 | } |
General Comments 0
You need to be logged in to leave comments.
Login now