This commit is contained in:
Cassie Tarakajian 2019-04-17 16:51:58 -04:00 committed by GitHub
parent ac188eb6d9
commit a4e2ce178d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,10 @@
background-color: $toast-background-color;
color: $toast-text-color;
padding: #{10 / $base-font-size}rem;
position: absolute;
bottom: 10%;
left: 5%;
position: fixed;
top: 0;
left: 50%;
transform: translate(-50%, 0);
min-width: #{375 / $base-font-size}rem; //500px
font-size: #{20 / $base-font-size}rem;
display: flex;