2323
2424// Remove boostrap 3 modal scroll bar.
2525.modal {
26- overflow-y : auto ;
26+ overflow-y : auto ;
2727}
2828
2929// Toastr fontawesome support.
3030#toast-container > .toast {
31- background-image : none !important ;
31+ background-image : none !important ;
3232}
33+
3334#toast-container > .toast :before {
34- position : fixed ;
35- font-family : FontAwesome ;
36- font-size : 20 px ;
37- line-height : 20px ;
38- float : left ;
39- color : #fff ;
40- padding-right : 0 .5em ;
41- margin : auto 0.5 em auto -1.5 em ;
35+ color : #fff ;
36+ float : left ;
37+ font-family : FontAwesome ;
38+ font-size : 20px ;
39+ line-height : 20 px ;
40+ margin : auto .5 em auto -1.5 em ;
41+ padding-right : .5em ;
42+ position : fixed ;
4243}
44+
4345#toast-container > .toast-warning :before {
44- content : " \f05a " ;
46+ content : ' \f05a ' ;
4547}
48+
4649#toast-container > .toast-error :before {
47- content : " \f05a " ;
50+ content : ' \f05a ' ;
4851}
52+
4953#toast-container > .toast-info :before {
50- content : " \f05a " ;
54+ content : ' \f05a ' ;
5155}
56+
5257#toast-container > .toast-success :before {
53- content : " \f05a " ;
58+ content : ' \f05a ' ;
5459}
5560
5661// No shadows for toastr.
57- #toast-container > :hover , #toast-container > div {
58- box-shadow : none !important ;
62+ #toast-container > :hover ,
63+ #toast-container > div {
64+ box-shadow : none !important ;
5965}
6066
6167// Update colors for toaster.
6268.toast-info {
63- background-color : #5bc0de ;
69+ background-color : #5bc0de ;
6470}
6571
6672// Update position of toastr close icon.
6773.toast-close-button {
68- top : -0.6 em ;
69- font-size : 1 em ;
74+ font-size : 1 em ;
75+ top : -.6 em ;
7076}
7177
7278// No opacity for toastr.
7379#toast-container > div {
74- opacity : 1 ;
75- filter : alpha ( opacity =100 ) ;
76- }
80+ filter : alpha ( opacity =100 ) ;
81+ opacity : 1 ;
82+ }
0 commit comments