2016-09-07 23:00:52 +00:00
|
|
|
.toast {
|
|
|
|
background-color: $toast-background-color;
|
|
|
|
color: $toast-text-color;
|
|
|
|
padding: #{20 / $base-font-size}rem;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 40%;
|
|
|
|
display: flex;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toast__close {
|
|
|
|
@extend %icon;
|
|
|
|
& g {
|
2016-09-07 23:12:01 +00:00
|
|
|
fill: $toast-text-color;
|
2016-09-07 23:00:52 +00:00
|
|
|
}
|
|
|
|
margin-left: #{10 / $base-font-size}rem;
|
|
|
|
}
|