p5.js-web-editor/client/styles/components/_toast.scss
2016-09-20 23:57:27 -04:00

21 lines
No EOL
380 B
SCSS

.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 {
@include themify() {
@extend %icon;
}
color: $toast-text-color;
& g {
fill: $toast-text-color;
}
margin-left: #{10 / $base-font-size}rem;
}